diff options
author | Nadrieril | 2019-09-18 22:37:30 +0200 |
---|---|---|
committer | Nadrieril | 2019-09-18 22:37:30 +0200 |
commit | bf417fadb206d6d2351a13cd7c6988977a46dd33 (patch) | |
tree | 06effc0f10795a208e929bdf9fdbbbfa6d94cc31 /pest_consume_macros/Cargo.toml | |
parent | f8341503c778db92f46fa9f6f368a2013e4c0c1a (diff) |
Extract pest_consume into its own crate
Diffstat (limited to 'pest_consume_macros/Cargo.toml')
-rw-r--r-- | pest_consume_macros/Cargo.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pest_consume_macros/Cargo.toml b/pest_consume_macros/Cargo.toml deleted file mode 100644 index aaa0b10..0000000 --- a/pest_consume_macros/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[package] -name = "pest_consume_macros" -version = "0.1.0" # remember to update html_root_url -authors = ["Nadrieril <nadrieril@users.noreply.github.com>"] -license = "MIT OR Apache-2.0" -edition = "2018" -description = "Macros for pest_consume" -readme = "README.md" -repository = "https://github.com/Nadrieril/dhall-rust" - -[lib] -proc-macro = true -doctest = false - -[dependencies] -quote = "1.0.2" -proc-macro2 = "1.0.2" -proc-macro-hack = "0.5.9" -syn = { version = "1.0.5", features = ["full"] } |