Rocket/examples/chat/Cargo.toml

13 lines
200 B
TOML
Raw Normal View History

2021-06-01 20:15:05 +00:00
[package]
name = "chat"
version = "0.0.0"
workspace = "../"
2022-03-19 18:25:24 +00:00
edition = "2021"
2021-06-01 20:15:05 +00:00
publish = false
[dependencies]
rocket = { path = "../../core/lib", features = ["json"] }
[dev-dependencies]
rand = "0.8"