aboutsummaryrefslogtreecommitdiffstats
path: root/askama_codegen/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama_codegen/Cargo.toml')
-rw-r--r--askama_codegen/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/askama_codegen/Cargo.toml b/askama_codegen/Cargo.toml
deleted file mode 100644
index 860f930..0000000
--- a/askama_codegen/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "askama_codegen"
-version = "0.1.0"
-authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
-
-[dependencies]
-syn = "0.10"
-quote = "0.3"
-nom = "2.0"
-
-[lib]
-proc-macro = true