25 lines
470 B
TOML
25 lines
470 B
TOML
|
|
[package]
|
|
name = "rusty-espresso"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
bind = []
|
|
|
|
[dependencies]
|
|
log = "0.4.14"
|
|
time = { version = "0.3.5", features = ["formatting"] }
|
|
anyhow = {version = "1", features = ["backtrace"]}
|
|
esp-idf-sys = { version = "0.31.5", features = ["binstart"] }
|
|
embedded-svc = "0.14"
|
|
esp-idf-svc = { version = "0.41.2" }
|
|
esp-idf-hal = "0.37.3"
|
|
maud = "0.22.3"
|
|
quick-protobuf = "0.8.0"
|
|
|
|
[build-dependencies]
|
|
embuild = "0.29.0"
|
|
anyhow = "1"
|
|
|