mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-25 21:42:20 +03:00
e457182093
* Also rename `hello-world` to `quick-start-simple`
9 lines
187 B
TOML
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]
|