added support to create new projects
This commit is contained in:
parent
959d112b90
commit
afa19a67dc
5 changed files with 86 additions and 3 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue