-
- Downloads
Cargo.toml: add toml file
parents
No related branches found
No related tags found
Cargo.toml
0 → 100644
[package] | ||
name = "gbl" | ||
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.1.17", features = ["derive"] } | ||
\ No newline at end of file |
Please register or sign in to comment