2016-03-12 18:45:19 +00:00
|
|
|
[package]
|
2016-03-22 23:27:12 +00:00
|
|
|
name = "hello_person"
|
2016-03-12 18:45:19 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
2016-08-11 00:50:08 +00:00
|
|
|
workspace = "../../"
|
2016-03-12 18:45:19 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rocket = { path = "../../lib" }
|
2016-09-09 03:38:58 +00:00
|
|
|
rocket_codegen = { path = "../../codegen" }
|
2016-10-17 22:14:57 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rocket = { path = "../../lib", features = ["testing"] }
|