Files
shadow-rs/crates/common/Cargo.toml
joaoviictorti 3e51fe4c11 refactor: Refactoring all code to improve documentation and operation of the kernel driver
- Updating module documentation
- Adding new features
- Refactoring all code to improve readability
2024-11-01 13:26:50 -03:00

9 lines
206 B
TOML

[package]
name = "common"
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"] }