mirror of https://github.com/rwf2/Rocket.git
10 lines
212 B
TOML
10 lines
212 B
TOML
|
[package]
|
||
|
name = "hello_alt_methods"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||
|
workspace = "../../"
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../lib" }
|
||
|
rocket_codegen = { path = "../../codegen" }
|