diff --git a/Cargo.toml b/Cargo.toml index 7b81932..60e3327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,15 @@ name = "py32-hal" version = "0.0.1" edition = "2021" +authors = ["Decaday ", "Andelf "] +repository = "https://github.com/py32-rs/py32-hal" +documentation = "https://docs.rs/py32-hal" +homepage = "https://github.com/py32-rs/py32-hal" +categories = ["embedded", "no-std", "hardware-support"] +description = "HAL and Embassy support for the Py32 family of microcontrollers" +keywords = ["py32", "hal", "embedded", "no-std", "hardware-support"] +readme = "README.md" +license = "MIT OR Apache-2.0" [dependencies] py32-metapac = { version = "0.0.1" } @@ -43,8 +52,8 @@ embassy-executor = { version = "0.6", features = [ [build-dependencies] -py32-metapac = { version = "0.0.1", default-features = false, features = [ # py32-metapac = { path = "../py32-data/build/py32-metapac", default-features = false, features = [ +py32-metapac = { version = "0.0.1", default-features = false, features = [ "metadata", ] }