Files
unshell-nodes-rs/Cargo.toml
T

24 lines
532 B
TOML
Raw Normal View History

2025-06-04 22:52:20 -06:00
[package]
2025-06-06 19:20:49 -06:00
name = "unshell-rs"
2025-06-04 22:52:20 -06:00
version = "0.1.0"
edition = "2024"
[dependencies]
bincode = "2.0.1"
2025-06-05 16:02:28 -06:00
clap = { version = "4.5.39", features = ["derive"] }
2025-06-08 17:16:08 -06:00
crossbeam-channel = "0.5.15"
2025-06-06 19:20:49 -06:00
lazy_static = "1.5.0"
2025-06-04 22:52:20 -06:00
log = "0.4.27"
2025-06-13 15:21:15 -06:00
portable-pty = "0.9.0"
2025-06-05 16:02:28 -06:00
pretty_env_logger = "0.5.0"
2025-06-04 22:52:20 -06:00
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
2025-06-13 15:21:15 -06:00
term_size = "0.3.2"
2025-06-09 12:37:49 -06:00
# slint = "1.11.0"
2025-06-05 16:02:28 -06:00
unshell-rs-lib = { path = "./unshell-rs-lib" }
2025-06-10 06:12:18 -06:00
uuid = { version = "1.17.0", features = ["v4"] }
2025-06-05 16:02:28 -06:00
2025-06-09 12:37:49 -06:00
# [build-dependencies]
# slint-build = "1.11.0"