mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-09 00:28:00 -06:00
10 lines
168 B
TOML
10 lines
168 B
TOML
[package]
|
|
name = "payload"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.140"
|
|
# libc = "0.2.172"
|
|
unshell-rs-lib = { path = "../unshell-rs-lib" }
|