Initial commit

This commit is contained in:
Luca 2020-10-30 15:40:33 +01:00
commit 5900dbeaf9
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

7
Cargo.toml Normal file
View File

@ -0,0 +1,7 @@
[package]
name = "anykey-firmware"
version = "0.1.0"
authors = ["luj0ga <Luca@hackerspace-bamberg.de>"]
edition = "2018"
[dependencies]