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