rust-by-practice/practices/hello-package/Cargo.toml

9 lines
182 B
TOML
Raw Normal View History

2022-03-14 07:14:52 -06:00
[package]
name = "hello-package"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]