mirror of https://github.com/rwf2/Rocket.git
13 lines
200 B
TOML
13 lines
200 B
TOML
|
[package]
|
||
|
name = "chat"
|
||
|
version = "0.0.0"
|
||
|
workspace = "../"
|
||
|
edition = "2018"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../core/lib", features = ["json"] }
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rand = "0.8"
|