Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
luishsr authored Oct 11, 2023
1 parent c9e9e29 commit 72d04ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "0.14", features = ["full"] }
hyper = { version = "0.14.24", features = ["full"] }
tokio = { version = "1", features = ["full"] }
serde = "1.0"
hyper-tls = "0.5"
serde_json = "1.0"
jsonwebtoken = "7.2"
log = "0.4"
consul = "0.4.2"

0 comments on commit 72d04ca

Please sign in to comment.