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