Skip to content

Commit

Permalink
add necessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelinden committed Jun 1, 2024
1 parent d8f65f2 commit 330807f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rocket = { version = "0.5.1", features = ["json", "msgpack", "tls", "uuid", "secrets"]}
diesel = { version = "2.1.0", features = ["postgres"] }
entity = { path = "entity" }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive", "color"] }
tokio = { version = "1.37.0", features = ["full"] }
mdbook = "0.4.37"
clap-nested = "0.4.0"

0 comments on commit 330807f

Please sign in to comment.