Rocket/examples/testing/Cargo.toml

9 lines
158 B
TOML
Raw Normal View History

2016-08-27 23:20:01 +00:00
[package]
name = "testing"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
2016-08-27 23:20:01 +00:00
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2016-09-09 03:38:58 +00:00
rocket_codegen = { path = "../../codegen" }