CS110L-Lab/week3/linked_list/Cargo.toml
2020-10-07 15:58:20 -07:00

10 lines
231 B
TOML

[package]
name = "linked_list"
version = "0.1.0"
authors = ["Armin Namavari <arminn@stanford.edu>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]