mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-09 08:38:02 -06:00
12 lines
256 B
TOML
12 lines
256 B
TOML
[package]
|
|
name = "unshell-rs-lib"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
crossbeam-channel = "0.5.15"
|
|
log = "0.4.27"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
uuid = { version = "1.17.0", features = ["v4"] }
|