Merge pull request #15 from rp-rs/pi-workspace

build: Add workspaces to project
This commit is contained in:
Evan Older 2021-02-03 14:04:57 -05:00 committed by GitHub
commit 2972cfebcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[workspace]
members = [
"rp2040-hal",
]