Initial test

This commit is contained in:
Luke
2020-04-13 19:16:21 +12:00
commit 1efa48e12b
4 changed files with 249 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rog-core"
version = "0.1.0"
authors = ["Luke <luke@ljones.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusb = "0.5"