mcst/Cargo.toml
Gregory Ballantine 1723c26ba9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial rust project structure with clap
2022-09-19 15:33:34 -04:00

10 lines
223 B
TOML

[package]
name = "mcst"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.2", features = ["derive"] }