aboutsummaryrefslogtreecommitdiff
path: root/syn/examples/lazy-static/example/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'syn/examples/lazy-static/example/Cargo.toml')
-rw-r--r--syn/examples/lazy-static/example/Cargo.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/syn/examples/lazy-static/example/Cargo.toml b/syn/examples/lazy-static/example/Cargo.toml
deleted file mode 100644
index 716b08c..0000000
--- a/syn/examples/lazy-static/example/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "example"
-version = "0.0.0"
-authors = ["David Tolnay <dtolnay@gmail.com>"]
-edition = "2018"
-publish = false
-
-[dependencies]
-lazy_static = { path = "../lazy-static" }
-regex = "0.2"