mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-08 16:18:08 -06:00
9 lines
127 B
TOML
9 lines
127 B
TOML
[package]
|
|
name = "payload"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# libc = "0.2.172"
|
|
unshell-rs = { path = "../" }
|