2016-03-07 19:28:04 +00:00
|
|
|
[package]
|
2016-09-09 03:38:58 +00:00
|
|
|
name = "rocket_codegen"
|
2016-12-12 06:23:08 +00:00
|
|
|
version = "0.0.11"
|
2016-03-07 19:28:04 +00:00
|
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
plugin = true
|
2016-03-12 18:45:19 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
rocket = { path = "../lib/" }
|
2016-09-30 03:49:18 +00:00
|
|
|
log = "^0.3"
|
2016-09-09 00:09:35 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2016-12-16 23:14:11 +00:00
|
|
|
compiletest_rs = { git = "https://github.com/SergioBenitez/compiletest-rs" }
|