[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] libpt = { version = "0.4.2", features = ["log"] } serde = { workspace = true, features = ["serde_derive"] } serde_json.workspace = true tokio = { workspace = true, features = ["full"] } warp = "0.3.6"