aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-wiznet
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-12 00:32:47 +0100
commit6a1c415a4c731f06e5ebf6932bd53168d89152c9 (patch)
tree864a4d26f5ef7ab994024908cc6695183a8d68f3 /embassy-net-wiznet
parent583f6d9cc55627906ab39a4b6c741d543f3704c7 (diff)
Complete cargo.tomls more.
Diffstat (limited to 'embassy-net-wiznet')
-rw-r--r--embassy-net-wiznet/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-net-wiznet/Cargo.toml b/embassy-net-wiznet/Cargo.toml
index c703d8bc6..b52aecc70 100644
--- a/embassy-net-wiznet/Cargo.toml
+++ b/embassy-net-wiznet/Cargo.toml
@@ -7,6 +7,7 @@ categories = ["embedded", "hardware-support", "no-std", "network-programming", "
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"
8edition = "2021" 8edition = "2021"
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/embassy-net-wiznet"
10 11
11[dependencies] 12[dependencies]
12embedded-hal = { version = "1.0" } 13embedded-hal = { version = "1.0" }