diff options
Diffstat (limited to 'rust/simple-linked-list/Cargo.toml')
| -rw-r--r-- | rust/simple-linked-list/Cargo.toml | 6 |
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] | ||
| 2 | edition = "2018" | ||
| 3 | name = "simple_linked_list" | ||
| 4 | version = "0.1.0" | ||
| 5 | |||
| 6 | [dependencies] | ||
