mirror of
https://github.com/janoglezcampos/rust_syscalls
synced 2026-06-08 14:57:45 +00:00
14 lines
319 B
TOML
14 lines
319 B
TOML
[package]
|
|
name = "rust_syscalls"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Yxel <https://github.com/janoglezcampos>"]
|
|
repository = "https://github.com/janoglezcampos/rust_syscalls"
|
|
|
|
[features]
|
|
_INDIRECT_ = []
|
|
_DIRECT_ = []
|
|
|
|
[dependencies]
|
|
winapi = {version = "0.3.9", features = ["ntdef", "winnt"]}
|
|
ntapi = "0.4.0" |