mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-12 20:49:11 +00:00
13 lines
189 B
TOML
13 lines
189 B
TOML
[package]
|
|
name = "rocket_macros"
|
|
version = "0.0.6"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
[lib]
|
|
plugin = true
|
|
|
|
[dependencies]
|
|
rocket = { path = "../lib/" }
|
|
log = "*"
|
|
env_logger = "*"
|