diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -43,11 +43,14 @@ lsm6dsm = { git = "https://pub.npry.dev/lsm6dsm" } serde = { workspace = true, default-features = false, features = ["derive", "alloc"] } -embassy-executor = { git = "https://github.com/embassy-rs/embassy", features = ["executor-interrupt", "executor-thread", "arch-cortex-m", "nightly"] } +embassy-net = { git = "https://pub.npry.dev/embassy", features = ["medium-ethernet", "tcp", "proto-ipv4", "dns"] } +embassy-executor = { git = "https://pub.npry.dev/embassy", features = ["executor-interrupt", "executor-thread", "arch-cortex-m", "nightly"] } cortex-m-rt = { version = "0.7", default-features = false } ocularium_common = { path = "common" } +reqwless = { version = "0.13", default-features = false, features = ["alloc", "embedded-tls", "defmt"] } + pio = "0.2" [dependencies.molybdos] @@ -76,12 +79,13 @@ molybdos_build = { git = "https://pub.npry.dev/molybdos", features = ["defmt", " #"https://pub.npry.dev/lsm6dsm".lsm6dsm = { path = "../lsm6dsm" } [patch."https://github.com/embassy-rs/embassy"] -embassy-sync = { git = "https://github.com/mammothbane/embassy" } -embassy-executor = { git = "https://github.com/mammothbane/embassy" } -embassy-time = { git = "https://github.com/mammothbane/embassy" } -embassy-time-driver = { git = "https://github.com/mammothbane/embassy" } -embassy-usb = { git = "https://github.com/mammothbane/embassy" } -embassy-rp = { git = "https://github.com/mammothbane/embassy" } +embassy-sync = { git = "https://pub.npry.dev/embassy" } +embassy-executor = { git = "https://pub.npry.dev/embassy" } +embassy-time = { git = "https://pub.npry.dev/embassy" } +embassy-time-driver = { git = "https://pub.npry.dev/embassy" } +embassy-usb = { git = "https://pub.npry.dev/embassy" } +embassy-rp = { git = "https://pub.npry.dev/embassy" } +embassy-net = { git = "https://pub.npry.dev/embassy" } [profile.dev] codegen-units = 1 |
