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]
|
2024-01-11 22:41:17 +00:00
|
|
|
smokepatio = { version = "0.1", path = "../", features = [ "std" ] }
|
2024-01-11 01:40:50 +00:00
|
|
|
|
|
|
|
clap = { version = "4.4", features = [ "derive" ] }
|
|
|
|
clap-num = "1.0"
|
2024-01-11 22:41:17 +00:00
|
|
|
|
|
|
|
libc = "0.2"
|