rs-basic/members/rest/Cargo.toml

14 lines
347 B
TOML
Raw Normal View History

2024-03-08 12:47:51 +01:00
[package]
name = "rest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-08 18:00:30 +01:00
libpt.workspace = true
2024-03-08 12:47:51 +01:00
serde = { workspace = true, features = ["serde_derive"] }
serde_json.workspace = true
tokio = { workspace = true, features = ["full"] }
warp = "0.3.6"