mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2025-06-08 13:28:23 +02:00
15 lines
242 B
TOML
15 lines
242 B
TOML
[package]
|
|
name = "vgpu_unlock-rs"
|
|
version = "2.0.2"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
ctor = "0.1.21"
|
|
libc = "0.2.102"
|
|
parking_lot = "0.11.2"
|
|
serde = { version = "1.0.130", features = ["derive"] }
|
|
toml = "0.5.8"
|