esp-web-flash/Cargo.toml

12 lines
304 B
TOML
Raw Normal View History

2022-05-20 13:41:24 +00:00
[package]
name = "web-flash"
version = "0.2.1"
2022-05-20 13:41:24 +00:00
edition = "2021"
[dependencies]
rocket = "0.5.0-rc.2"
2022-09-19 18:34:55 +00:00
espflash = { rev = "55bce336c6718c1c7f019e4da718f97c8cdf1b95", git = "https://github.com/esp-rs/espflash" }
clap = { version = "4.1.4", features = ["env", "derive"] }
opener = "0.5.2"
anyhow = "1.0.69"