smokepatio/ecplorer/Cargo.toml

13 lines
294 B
TOML
Raw Normal View History

2024-01-11 01:40:50 +00:00
[package]
name = "ecplorer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
smokepatio = { version = "0.1", path = "../" }
clap = { version = "4.4", features = [ "derive" ] }
clap-num = "1.0"