mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-09 00:18:01 -06:00
17 lines
235 B
TOML
17 lines
235 B
TOML
[package]
|
|
name = "syscall_lib"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bincode = "2.0.1"
|
|
|
|
# kernel = "6.17"
|
|
# kernel = "1.0.0"
|
|
libc = "0.2.175"
|
|
nix = "0.30.1"
|
|
syscaller = "0.2.2"
|
|
|
|
# [build-dependencies]
|
|
# bindgen = "0.72.0"
|