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, 0 insertions, 9 deletions
diff --git a/add/adder/Cargo.toml b/add/adder/Cargo.toml
deleted file mode 100644
index 1fefcc2..0000000
--- a/add/adder/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "adder"
-version = "0.1.0"
-authors = ["Adam Carpenter <53hornet@gmail.com>"]
-edition = "2018"
-
-[dependencies]
-add-one = { path = "../add-one" }
-