Rocket/examples/hello_ranks/Cargo.toml

10 lines
206 B
TOML
Raw Normal View History

[package]
name = "hello_ranks"
version = "0.0.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
workspace = "../../"
[dependencies]
rocket = { path = "../../lib" }
2016-09-09 03:38:58 +00:00
rocket_codegen = { path = "../../codegen" }