Rocket/examples/testing/Cargo.toml

10 lines
200 B
TOML
Raw Normal View History

2016-08-27 23:20:01 +00:00
[package]
name = "testing"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
rocket_macros = { path = "../../macros" }