mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-09 00:18:01 -06:00
9 lines
139 B
TOML
9 lines
139 B
TOML
|
|
[package]
|
||
|
|
name = "client"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
syscall_lib = { path = "../syscall_lib" }
|
||
|
|
syscaller = "0.2.2"
|