diff options
Diffstat (limited to 'embassy-net/Cargo.toml')
| -rw-r--r-- | embassy-net/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml index a0827d96b..eda372cb6 100644 --- a/embassy-net/Cargo.toml +++ b/embassy-net/Cargo.toml | |||
| @@ -33,6 +33,8 @@ packet-trace = [] | |||
| 33 | #! the [smoltcp feature flag documentation](https://github.com/smoltcp-rs/smoltcp#feature-flags) | 33 | #! the [smoltcp feature flag documentation](https://github.com/smoltcp-rs/smoltcp#feature-flags) |
| 34 | #! for more details | 34 | #! for more details |
| 35 | 35 | ||
| 36 | ## Enable ICMP support | ||
| 37 | icmp = ["smoltcp/socket-icmp"] | ||
| 36 | ## Enable UDP support | 38 | ## Enable UDP support |
| 37 | udp = ["smoltcp/socket-udp"] | 39 | udp = ["smoltcp/socket-udp"] |
| 38 | ## Enable Raw support | 40 | ## Enable Raw support |
