diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-30 12:28:50 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-10-30 12:29:14 +0100 |
| commit | 4827aca6470e23e94ba443ed821dc8df965b69f4 (patch) | |
| tree | c1a06a7ba3a073cd4fdcc70f65f67abf72341bfa /embassy-net-esp-hosted/Cargo.toml | |
| parent | 3681c782765408685d14d7c80c88d4d18dee783d (diff) | |
net-esp-hosted: check in generated micropb code.
This avoids a compile-time dependency on `protoc`.
ideally micropb would have a cli tool so we could script this. see https://github.com/YuhanLiin/micropb/issues/30
Diffstat (limited to 'embassy-net-esp-hosted/Cargo.toml')
| -rw-r--r-- | embassy-net-esp-hosted/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embassy-net-esp-hosted/Cargo.toml b/embassy-net-esp-hosted/Cargo.toml index 2442b3235..81096b024 100644 --- a/embassy-net-esp-hosted/Cargo.toml +++ b/embassy-net-esp-hosted/Cargo.toml | |||
| @@ -28,9 +28,6 @@ embedded-hal-async = { version = "1.0" } | |||
| 28 | micropb = { version = "0.4.0", default-features = false, features = ["container-heapless", "encode", "decode"] } | 28 | micropb = { version = "0.4.0", default-features = false, features = ["container-heapless", "encode", "decode"] } |
| 29 | heapless = "0.8" | 29 | heapless = "0.8" |
| 30 | 30 | ||
| 31 | [build-dependencies] | ||
| 32 | micropb-gen = "0.4.0" | ||
| 33 | |||
| 34 | [package.metadata.embassy_docs] | 31 | [package.metadata.embassy_docs] |
| 35 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$VERSION/embassy-net-esp-hosted/src/" | 32 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$VERSION/embassy-net-esp-hosted/src/" |
| 36 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/" | 33 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/" |
