aboutsummaryrefslogtreecommitdiff
path: root/simple-linked-list/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'simple-linked-list/Cargo.toml')
-rw-r--r--simple-linked-list/Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/simple-linked-list/Cargo.toml b/simple-linked-list/Cargo.toml
deleted file mode 100644
index 25a62e7..0000000
--- a/simple-linked-list/Cargo.toml
+++ /dev/null
@@ -1,6 +0,0 @@
1[package]
2edition = "2018"
3name = "simple_linked_list"
4version = "0.1.0"
5
6[dependencies]