Skip to content

Commit 1ce319f

Browse files
committed
Update Cargo.toml for 0.3.0 release
1 parent 3d26ef9 commit 1ce319f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

esp32-wroom-rp/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ authors = [
33
"Jim Hodapp",
44
"Caleb Bourg",
55
"Glyn Matthews",
6-
"Dilyn Corner"
6+
"Dilyn Corner",
7+
"Rust Never Sleeps <rns@jimhodappcoaching.com>"
78
]
89
edition = "2021"
910
readme = "README.md"
1011
name = "esp32-wroom-rp"
12+
license = "BSD-2-Clause-Patent"
1113
version = "0.3.0"
1214
description = "Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
15+
categories = ["embedded", "no-std", "hardware-support", "embedded-hal", "RP2040"]
16+
repository = "https://github.com/Jim-Hodapp-Coaching/esp32-wroom-rp"
1317

1418
[lib]
1519
name = "esp32_wroom_rp"

0 commit comments

Comments
 (0)