jobs-hello-world / Cargo.toml
anthony's picture
anthony HF staff
Update
5142f69 unverified
raw
history blame contribute delete
174 Bytes
[package]
name = "hello-world"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "help"
path = "src/help.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }