mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-29 05:42:35 +00:00
15 lines
223 B
TOML
15 lines
223 B
TOML
[package]
|
|
name = "rocket_codegen"
|
|
version = "0.1.0-rc"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
[lib]
|
|
plugin = true
|
|
|
|
[dependencies]
|
|
rocket = { path = "../lib/" }
|
|
log = "^0.3"
|
|
|
|
[dev-dependencies]
|
|
compiletest_rs = "^0.2"
|