Added data, api/v1 and js
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -20,7 +20,7 @@ esp-alloc = { version = "0.5.0" }
|
||||
embedded-io = "0.6.1"
|
||||
|
||||
embedded-io-async = "0.6.1"
|
||||
embassy-net = { version = "0.5.0", features = [ "tcp", "udp", "dhcpv4", "medium-ethernet"] }
|
||||
embassy-net = { version = "0.5.0", features = [ "tcp", "udp", "dhcpv4", "dns", "medium-ethernet"] }
|
||||
|
||||
esp-wifi = { version = "0.11.0", default-features=false, features = [
|
||||
"esp32c3",
|
||||
@@ -31,6 +31,7 @@ esp-wifi = { version = "0.11.0", default-features=false, features = [
|
||||
] }
|
||||
embassy-sync = "0.6.1"
|
||||
rand_core = "0.6.4"
|
||||
nom = { version = "7.1.3", default-features = false, features = [ "alloc" ] }
|
||||
heapless = { version = "0.8.0", default-features = false }
|
||||
smoltcp = { version = "0.11.0", default-features = false, features = [
|
||||
"medium-ethernet",
|
||||
@@ -44,16 +45,22 @@ smoltcp = { version = "0.11.0", default-features = false, features = [
|
||||
"socket-udp",
|
||||
] }
|
||||
embassy-executor = { version = "0.6.0", features = [
|
||||
"task-arena-size-40960"
|
||||
"task-arena-size-163840"
|
||||
] }
|
||||
embassy-time = { version = "0.3.1", features = ["generic-queue-8"] }
|
||||
esp-hal-embassy = { version = "0.5.0", features = ["esp32c3"] }
|
||||
static_cell = { version = "2.1.0", features = ["nightly"] }
|
||||
critical-section = "1.2.0"
|
||||
maud = { path = "/home/jda/src/rust/maud/target/package/maud-0.26.0", features = ["alloc"] }
|
||||
maud = { path = "/home/jda/src/rust/maud/target/package/maud-0.26.0", features = ["alloc", "picoserve"] }
|
||||
picoserve = { version = "0.13.3", default-features = false, features = [
|
||||
"embassy"
|
||||
"alloc",
|
||||
"embassy",
|
||||
"log",
|
||||
] }
|
||||
sntpc = { version = "0.5.1", default-features = false, features = [ "embassy-socket" ] }
|
||||
chrono = { version = "0.4.39", default-features = false, features = [ "alloc" ] }
|
||||
serde = { version = "1.0.217", default-features = false }
|
||||
include_file_compress = "0.1.3"
|
||||
|
||||
[profile.dev]
|
||||
# Rust debug is too slow.
|
||||
|
||||
Reference in New Issue
Block a user