summaryrefslogtreecommitdiffstats
path: root/examples/glob/Cargo.toml
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-07-30 13:58:32 -0700
committerRyan Leckey <leckey.ryan@gmail.com>2017-07-30 13:58:32 -0700
commita0fc361a4b3413ea99631786b4b256bb377788d5 (patch)
treebb4fb3d1d2f8230f4e344db46c1e6c8750ce7a31 /examples/glob/Cargo.toml
parent011b809e104242f7fe9f6c00a54804b1cf0e125c (diff)
Rename examples/pattern -> examples/glob
Diffstat (limited to 'examples/glob/Cargo.toml')
-rw-r--r--examples/glob/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/glob/Cargo.toml b/examples/glob/Cargo.toml
new file mode 100644
index 0000000..c4b042e
--- /dev/null
+++ b/examples/glob/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "glob"
+version = "0.1.0"
+
+[dependencies]
+config = { path = "../../" }
+glob = "0.2"