added support to create new projects

This commit is contained in:
ZennDev1337 2023-09-11 09:24:37 +02:00
parent 959d112b90
commit afa19a67dc
5 changed files with 86 additions and 3 deletions

7
Cargo.lock generated
View file

@ -31,6 +31,13 @@ version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cracker"
version = "0.1.0"
dependencies = [
"arduboy-rust",
]
[[package]]
name = "critical-section"
version = "1.1.2"