mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-08 16:18:08 -06:00
11 lines
192 B
TOML
11 lines
192 B
TOML
|
|
[package]
|
||
|
|
name = "unshell-rs"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
base64 = "0.22.1"
|
||
|
|
log = "0.4.27"
|
||
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
||
|
|
serde_json = "1.0.140"
|