diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-07-18 18:15:35 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-07-18 18:15:35 +0200 |
| commit | a1d3bc30fa44795e6e64ba0db8607f9ea65c55a2 (patch) | |
| tree | bf690f0e327cea410d48da4a5c674cc2d44f2be8 /embassy-net-esp-hosted/Cargo.toml | |
| parent | 98576c17b6c29972074867499332365f7f3e89db (diff) | |
net-esp-hosted: build docs.
Diffstat (limited to 'embassy-net-esp-hosted/Cargo.toml')
| -rw-r--r-- | embassy-net-esp-hosted/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-net-esp-hosted/Cargo.toml b/embassy-net-esp-hosted/Cargo.toml index 26f5b40bd..0053c49a4 100644 --- a/embassy-net-esp-hosted/Cargo.toml +++ b/embassy-net-esp-hosted/Cargo.toml | |||
| @@ -18,3 +18,9 @@ embedded-hal-async = { version = "=0.2.0-alpha.2" } | |||
| 18 | noproto = { git="https://github.com/embassy-rs/noproto", default-features = false, features = ["derive"] } | 18 | noproto = { git="https://github.com/embassy-rs/noproto", default-features = false, features = ["derive"] } |
| 19 | #noproto = { version = "0.1", path = "/home/dirbaio/noproto", default-features = false, features = ["derive"] } | 19 | #noproto = { version = "0.1", path = "/home/dirbaio/noproto", default-features = false, features = ["derive"] } |
| 20 | heapless = "0.7.16" | 20 | heapless = "0.7.16" |
| 21 | |||
| 22 | [package.metadata.embassy_docs] | ||
| 23 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$VERSION/embassy-net-esp-hosted/src/" | ||
| 24 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/" | ||
| 25 | target = "thumbv7em-none-eabi" | ||
| 26 | features = ["defmt"] \ No newline at end of file | ||
