Skip to content

Commit

Permalink
less dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olegklimov committed Dec 14, 2023
1 parent 9e46029 commit 978c3f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ version = "0.1.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
shadow-rs = "0.25.0"
shadow-rs = { version = "0.25.0", features = [], default-features = false }

[dependencies]
shadow-rs = "0.25.0"
shadow-rs = { version = "0.25.0", features = [], default-features = false }
hyper = { version = "0.14", features = ["server", "stream"] }
reqwest = { version = "0.11", features = ["json", "stream"] }
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread", "signal"] }
Expand Down

0 comments on commit 978c3f5

Please sign in to comment.