More code
This commit is contained in:
20
Cargo.toml
20
Cargo.toml
@@ -1,20 +1,24 @@
|
||||
|
||||
[package]
|
||||
name = "rusty-espresso"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
|
||||
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.20" }
|
||||
embedded-svc = "0.8.3"
|
||||
esp-idf-svc = { version = "0.20", features = ["binstart"] }
|
||||
esp-idf-hal = "0.20"
|
||||
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.24"
|
||||
embuild = "0.29.0"
|
||||
anyhow = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user