mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
cleanup dependencies
This commit is contained in:
parent
e88de4bd72
commit
6185c826c0
10
Cargo.toml
10
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"
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
// #[allow(unused_imports)]
|
||||
// #[allow(dead_code)]
|
||||
|
||||
extern crate ajson;
|
||||
extern crate env_logger;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user