summaryrefslogtreecommitdiffstats
path: root/examples/global/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/global/Cargo.toml')
-rw-r--r--examples/global/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/global/Cargo.toml b/examples/global/Cargo.toml
new file mode 100644
index 0000000..ec24740
--- /dev/null
+++ b/examples/global/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "global"
+version = "0.1.0"
+
+[dependencies]
+config = { path = "../../" }
+lazy_static = "^0.2.8"