chore: fad
This commit is contained in:
@@ -4,13 +4,17 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = [ "Marvin Drescher <m@sparv.in>" ]
|
||||
|
||||
[[bin]]
|
||||
name = "esp"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
bench = false
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
const-decoder = "0.3.0"
|
||||
embassy-executor = { version = "0.5.0", features = ["nightly", "integrated-timers", "arch-riscv32", "executor-thread"] }
|
||||
embassy-net = { version = "0.4.0", features = ["dhcpv4", "dhcpv4-hostname", "dns", "medium-ip", "proto-ipv4", "proto-ipv6", "tcp", "udp"] }
|
||||
embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", rev = "4b4777e" }
|
||||
embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", rev = "4b4777" }
|
||||
embassy-time = { version = "0.3.0" }
|
||||
embedded-io-async = "0.6.1"
|
||||
embedded-tls = { version = "0.17.0", default-features = false, features = ["embedded-io-adapters"] }
|
||||
|
||||
Reference in New Issue
Block a user