Files
rust-by-example/Cargo.toml

11 lines
301 B
TOML

[package]
name = "rust-by-example"
version = "0.1.0"
edition = "2021"
default-run = "rust-by-example"
[dependencies]
# clap = "2.27.1" # from crates.io
# rand = { git = "https://github.com/rust-lang-nursery/rand" } # from online repo
# bar = { path = "../bar" } # from a path in the local filesystem