Skip to content

Commit

Permalink
fix: Cargo.toml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 6, 2024
1 parent 3423db0 commit 6894115
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "py32-hal"
version = "0.0.1"
edition = "2021"
authors = ["Decaday <[email protected]>", "Andelf <[email protected]>"]
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" }
Expand Down Expand Up @@ -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",
] }

Expand Down

0 comments on commit 6894115

Please sign in to comment.