Initial commit

This commit is contained in:
Matt Bilker
2021-09-17 08:33:12 +00:00
commit 4a73f9376d
6 changed files with 545 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "vgpu_unlock-rs"
version = "0.1.0"
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
libc = "0.2.102"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"