aboutsummaryrefslogtreecommitdiff
path: root/syn/json/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'syn/json/Cargo.toml')
-rw-r--r--syn/json/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/syn/json/Cargo.toml b/syn/json/Cargo.toml
deleted file mode 100644
index 77104dc..0000000
--- a/syn/json/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-name = "syn-codegen"
-version = "0.1.0"
-authors = ["David Tolnay <dtolnay@gmail.com>"]
-edition = "2018"
-license = "MIT OR Apache-2.0"
-description = "Syntax tree describing Syn's syntax tree"
-repository = "https://github.com/dtolnay/syn"
-documentation = "https://docs.rs/syn-codegen"
-categories = ["development-tools::procedural-macro-helpers"]
-
-[dependencies]
-indexmap = { version = "1.0", features = ["serde-1"] }
-semver = { version = "0.9", features = ["serde"] }
-serde = { version = "1.0.88", features = ["derive"] }
-
-[dev-dependencies]
-serde_json = "1.0"