aboutsummaryrefslogtreecommitdiff
path: root/rust/simple-linked-list/Cargo.toml
blob: 25a62e7bf4473efe4da8dbdacfdd540eec0e948b (plain) (blame)
1
2
3
4
5
6
[package]
edition = "2018"
name = "simple_linked_list"
version = "0.1.0"

[dependencies]