aboutsummaryrefslogtreecommitdiff
path: root/simple-linked-list/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-12-24 11:17:02 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commit727dd03e5e9d2fd62d00fab36c7d277a75849f9b (patch)
tree68dd1138fa1c0db5c179b0b407d9fadfe9010e1b /simple-linked-list/Cargo.toml
parentfdb2a8621dbb08f8cb5a28ee6aaafe07bdbb5d77 (diff)
downloadexercism-727dd03e5e9d2fd62d00fab36c7d277a75849f9b.tar.gz
exercism-727dd03e5e9d2fd62d00fab36c7d277a75849f9b.zip
[rust] Simple Linked List
Diffstat (limited to 'simple-linked-list/Cargo.toml')
-rw-r--r--simple-linked-list/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/simple-linked-list/Cargo.toml b/simple-linked-list/Cargo.toml
new file mode 100644
index 0000000..25a62e7
--- /dev/null
+++ b/simple-linked-list/Cargo.toml
@@ -0,0 +1,6 @@
1[package]
2edition = "2018"
3name = "simple_linked_list"
4version = "0.1.0"
5
6[dependencies]