las/Cargo.toml

10 lines
224 B
TOML
Raw Normal View History

2023-10-02 23:26:44 +02:00
[package]
name = "las"
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 = "4.4.6", features = ["derive"] }