Skip to content

Commit

Permalink
Optimized dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow committed Sep 2, 2024
1 parent 8ea66cc commit 59fa9f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
14 changes: 1 addition & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 1 addition & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ edition = "2021"

[dependencies]
libdistore = { path = "./libdistore" }
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
colog = "1.3.0"
colored = "2.1.0"
dirs = "5.0.1"
indicatif = "0.17.8"
indicatif-log-bridge = "0.2.3"
lazy_static = "1.5.0"
log = "0.4.22"
rust-ini = "0.21.1"
serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["rt-multi-thread"] }
anyhow = "1.0.86"
2 changes: 0 additions & 2 deletions libdistore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ edition = "2021"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
colog = "1.3.0"
colored = "2.1.0"
dirs = "5.0.1"
Expand All @@ -16,4 +15,3 @@ log = "0.4.22"
rust-ini = "0.21.1"
serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["rt-multi-thread"] }

0 comments on commit 59fa9f4

Please sign in to comment.