summaryrefslogtreecommitdiff
path: root/rust/hello/Cargo.toml
blob: 6f29c28ededa17798a57a64cfb7d756fc71459c5 (plain)
1
2
3
4
5
6
7
[package]
name = "hello"
version = "0.1.0"
edition = "2024"

[dependencies]
assert_cmd = "1"