From d95926208e97e72b99f7f996a08e07ab6d6b4e48 Mon Sep 17 00:00:00 2001 From: Jonathan BAUDIN Date: Sat, 9 Sep 2023 14:09:42 +0200 Subject: [PATCH] add package info for publishing --- Cargo.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6902bbd..cb8a743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,16 @@ [package] -name = "rp-dht" +name = "dht-pio" version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "A DHT Implementation using PIO (Programmable Input/Output), tested on Rasberry Pi Pico" +homepage = "https://github.com/jnthbdn/rs-dht-pio" +repository = "https://github.com/jnthbdn/rs-dht-pio" +readme = "readme.md" +keywords = ["dht", "pico", "pio"] +categories = ["embedded", "hardware-support", "no-std"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -13,4 +21,3 @@ rp2040-boot2 = "0.2.1" rp2040-hal = { version = "0.9.0", features = ["rp2040-e5"] } pio-proc = "0.2.2" pio = "0.2.1" -# embedded-alloc = "0.5.0"