diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:14:10 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:15:25 +0100 |
| commit | 583f6d9cc55627906ab39a4b6c741d543f3704c7 (patch) | |
| tree | d9487f5d13c8f9470b05401164a06669013221c1 /embassy-net-ppp | |
| parent | 6fb38849e73aacabd9b6a603fb9b0768195c36b7 (diff) | |
net-ppp: add repo, docs link.
Diffstat (limited to 'embassy-net-ppp')
| -rw-r--r-- | embassy-net-ppp/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/embassy-net-ppp/Cargo.toml b/embassy-net-ppp/Cargo.toml index 1ec8410c8..59e9c084e 100644 --- a/embassy-net-ppp/Cargo.toml +++ b/embassy-net-ppp/Cargo.toml | |||
| @@ -2,10 +2,12 @@ | |||
| 2 | name = "embassy-net-ppp" | 2 | name = "embassy-net-ppp" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | description = "embassy-net driver for PPP over Serial" | 4 | description = "embassy-net driver for PPP over Serial" |
| 5 | keywords = ["embedded", "ppp", "embassy-net", "embedded-hal-async", "ethernet", "async"] | 5 | keywords = ["embedded", "ppp", "embassy-net", "embedded-hal-async", "async"] |
| 6 | categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"] | 6 | categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"] |
| 7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |
| 8 | edition = "2021" | 8 | edition = "2021" |
| 9 | repository = "https://github.com/embassy-rs/embassy" | ||
| 10 | documentation = "https://docs.embassy.dev/embassy-net-ppp" | ||
| 9 | 11 | ||
| 10 | [features] | 12 | [features] |
| 11 | defmt = ["dep:defmt", "ppproto/defmt"] | 13 | defmt = ["dep:defmt", "ppproto/defmt"] |
