Skip to content

Commit adf5ea9

Browse files
authored
Add required Cargo.toml fields to pio-core (#77)
1 parent 6ff0931 commit adf5ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pio-core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "pio-core"
33
version = "0.3.0"
44
edition = "2021"
5+
license = "MIT"
6+
description = "Low-level internals for RP2040's PIO State Machines. You should use the pio crate instead."
7+
repository = "https://github.com/rp-rs/pio-rs"
58

69
[dependencies]
710
arrayvec = { version = "0.7", default-features = false }

0 commit comments

Comments
 (0)