net-ppp: add repo, docs link.

This commit is contained in:
Dario Nieuwenhuis
2024-01-12 00:14:10 +01:00
parent 6fb38849e7
commit 583f6d9cc5
2 changed files with 4 additions and 1 deletions

View File

@@ -2,10 +2,12 @@
name = "embassy-net-ppp"
version = "0.1.0"
description = "embassy-net driver for PPP over Serial"
keywords = ["embedded", "ppp", "embassy-net", "embedded-hal-async", "ethernet", "async"]
keywords = ["embedded", "ppp", "embassy-net", "embedded-hal-async", "async"]
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/embassy-rs/embassy"
documentation = "https://docs.embassy.dev/embassy-net-ppp"
[features]
defmt = ["dep:defmt", "ppproto/defmt"]