mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 04:42:40 +00:00
13 lines
282 B
TOML
13 lines
282 B
TOML
[package]
|
|
name = "hello_ranks"
|
|
version = "0.0.1"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
|
|
[dev-dependencies]
|
|
rocket = { path = "../../lib", features = ["testing"] }
|