smokepatio/ecplorer/Cargo.toml

15 lines
330 B
TOML

[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 = "../", features = [ "std" ] }
clap = { version = "4.4", features = [ "derive" ] }
clap-num = "1.0"
libc = "0.2"