X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/ff846bc6784f1245bc2b1c83651fea3b673c563a..d54be747da7fec55686eae27a26dbd266e4fbb6d:/client/Cargo.toml diff --git a/client/Cargo.toml b/client/Cargo.toml index 694ee652..85daf1e2 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,7 +8,6 @@ edition = "2021" [dependencies] anyhow = "1" clap = { version = "4", features = ["cargo", "derive", "wrap_help"] } -log = "0.4" serde = "1" serde_json = "1" tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] }