Rocket/examples/form_kitchen_sink/Cargo.toml

9 lines
168 B
TOML
Raw Normal View History

2016-09-29 02:31:26 +00:00
[package]
name = "form_kitchen_sink"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
2016-09-29 02:31:26 +00:00
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }