Skip to content

Commit

Permalink
Simplify required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Dec 24, 2023
1 parent 190827c commit c133e91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ path = "lib.rs"
doctest = false

[dependencies]
axum = "0.7"
axum = { version = "0.7", default-features = false }
more-di = { version = "3.1", features = ["async"] }

[dev-dependencies]
axum = { version = "0.7", default-features = false, features = ["http1", "tokio", "tower-log"] }
# REF: https://github.com/tokio-rs/axum/blob/main/axum/Cargo.toml#L33
bytes = "1.0"
http = "1.0.0"
Expand Down

0 comments on commit c133e91

Please sign in to comment.