rust-workshop-linkedlist/Cargo.toml
Sander Hautvast dcc385a1e1 new project
2022-01-26 18:47:39 +01:00

8 lines
179 B
TOML

[package]
name = "linkedlist"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]