command-line-rust/exercises/ex01/Cargo.toml

12 lines
211 B
TOML
Raw Normal View History

2023-02-13 13:55:24 -06:00
[package]
name = "hello"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
assert_cmd = "1"