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