mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-01 22:54:35 +01:00
9 lines
206 B
TOML
9 lines
206 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ntapi = { version = "0.4.1", default-features = false }
|
|
windows-sys = { version = "0.52.0", features = ["Win32_System_Kernel"] }
|