From 63dfd3b79aa108d935147cfbc347c2642667dd4b Mon Sep 17 00:00:00 2001 From: Sculas Date: Tue, 9 Aug 2022 19:23:19 +0200 Subject: [PATCH] chore: remove todo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 425c050..0df735b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ panic = "abort" [dependencies] poise = "0.3.0" -decancer = "1.4.1" # todo +decancer = "1.4.1" tokio = { version = "1.20.1", features = ["rt-multi-thread"] } dotenv = "0.15" serde = { version = "1.0", features = ["derive"] }