crane/examples/quick-start-simple/Cargo.toml
Ivan Petkov e457182093
Add quick-start template with a clippy check
* Also rename `hello-world` to `quick-start-simple`
2022-01-16 16:56:30 -08:00

9 lines
187 B
TOML

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