EN605.607.81.SP22_ASDM_Project/back_end/Cargo.toml

13 lines
287 B
TOML

[package]
name = "four_line_dropper_backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
warp = "0.3"
serde_json = "1.0"
bytes = "1.1"