diff --git a/Cargo.toml b/Cargo.toml index 493059a..be99439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,15 +15,11 @@ include = [ ] [dependencies] -dotenv = "0.15.0" reqwest = { version = "0.10.4", features = ["json", "rustls-tls"] } -tokio = { version = "0.2", features = ["full"] } +tokio = { version = "0.2", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } -futures = "0.3.4" -serde_json = "1.0" -ajson = "0.2" +rustc-serialize = "0.3.24" +dotenv = "0.15.0" log = "0.4.8" env_logger = "0.7.1" - -rustc-serialize = "0.3.24" diff --git a/src/lib.rs b/src/lib.rs index e659633..bac82d6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,6 @@ // #[allow(unused_imports)] // #[allow(dead_code)] -extern crate ajson; extern crate env_logger; #[macro_use] extern crate log;