mirror of https://github.com/rwf2/Rocket.git
9 lines
187 B
TOML
9 lines
187 B
TOML
|
[package]
|
||
|
name = "optional_result"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../lib" }
|
||
|
rocket_macros = { path = "../../macros" }
|