ee845e15b3
Add background themes and custom images Add shell command logging toggle Add UTF-8 locale guarantee for PTY Add Claude hook settings injection Add hotkey system for GUI Add glass panel styling Add search disabled state for agent panels Add zoom toggle command Add device report filtering Add entitlements for notarization Update version to 0.1.27
33 lines
661 B
TOML
33 lines
661 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/spacesh-proto",
|
|
"crates/spacesh-pty",
|
|
"crates/spacesh-core",
|
|
"crates/spaceshd",
|
|
"crates/spacesh-cli",
|
|
]
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
version = "0.1.27"
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-util = { version = "0.7", features = ["codec"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
bytes = "1"
|
|
base64 = "0.22"
|
|
anyhow = "1"
|
|
thiserror = "1"
|
|
futures = "0.3"
|
|
portable-pty = "0.8"
|
|
alacritty_terminal = "0.25"
|
|
fs2 = "0.4"
|
|
dirs = "5"
|
|
toml = "0.8"
|
|
libc = "0.2"
|
|
clap = { version = "4", features = ["derive"] }
|
|
clap_complete = "4"
|