Skip to content

Commit

Permalink
Removed build deps and added quite in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofwizard committed Oct 16, 2024
1 parent 0d00cca commit a70a470
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
config = "0.14.0"
confy = "0.6.1"
serde = "1.0.197"
serde_toml = "0.0.1"
serde_json = "*"
toml = "0.8.12"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
clap = { version = "4.5.7", features = ["derive"]}
colored = "*"
#config = "0.14.0"
#confy = "0.6.1"
#serde = "1.0.197"
#serde_toml = "0.0.1"
#serde_json = "*"
#toml = "0.8.12"
#reqwest = { version = "0.12.4", features = ["blocking", "json"] }
#clap = { version = "4.5.7", features = ["derive"]}
#colored = "*"

0 comments on commit a70a470

Please sign in to comment.