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, 10 insertions, 0 deletions
diff --git a/syn/examples/lazy-static/example/Cargo.toml b/syn/examples/lazy-static/example/Cargo.toml
new file mode 100644
index 0000000..716b08c
--- /dev/null
+++ b/syn/examples/lazy-static/example/Cargo.toml
@@ -0,0 +1,10 @@
+[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"