mirror of https://github.com/rwf2/Rocket.git
13 lines
208 B
TOML
13 lines
208 B
TOML
|
[package]
|
||
|
name = "rocket_macros"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||
|
description = "Core Rocket Macros"
|
||
|
|
||
|
[dependencies]
|
||
|
hyper = "> 0.0.0"
|
||
|
|
||
|
[lib]
|
||
|
name = "rocket_macros"
|
||
|
plugin = true
|