summaryrefslogtreecommitdiffstats
path: root/examples/basic-file/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic-file/Cargo.toml')
-rw-r--r--examples/basic-file/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/basic-file/Cargo.toml b/examples/basic-file/Cargo.toml
new file mode 100644
index 0000000..ffef864
--- /dev/null
+++ b/examples/basic-file/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "basic-file"
+version = "0.1.0"
+authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
+
+[dependencies]
+config = { path = "../.." }