summaryrefslogtreecommitdiff
path: root/add/adder/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'add/adder/Cargo.toml')
-rw-r--r--add/adder/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/add/adder/Cargo.toml b/add/adder/Cargo.toml
new file mode 100644
index 0000000..1fefcc2
--- /dev/null
+++ b/add/adder/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "adder"
+version = "0.1.0"
+authors = ["Adam Carpenter <53hornet@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+add-one = { path = "../add-one" }
+