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"
version = "0.0.1"
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_codegen = { path = "../../codegen" }