Skip to content

Commit

Permalink
build: organize deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Mar 17, 2024
1 parent 2ba1c5b commit 0317173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ clap = "3"
# for http and https commands
tokio = { version = "1", features = ["full"] }
# warp = "0.3"
tracing-subscriber = "0.3.18"
# for https command
warp = { version = "0.3", features = ["default", "tls"] }
openssl = "0.10"

# for db command
rapiddb-web = "0.1"
tracing-subscriber = "0.3.18"

0 comments on commit 0317173

Please sign in to comment.