Monorepo for Tangled
tangled.org
1[package]
2name = "shuttle"
3version = "0.1.0"
4edition.workspace = true
5license.workspace = true
6rust-version.workspace = true
7
8[dependencies]
9anyhow = "1"
10base64 = "0.22"
11nix = { version = "0.31", features = ["fs", "process", "reboot", "signal", "term", "user"] }
12prost = "0.14"
13prost-reflect = "0.16"
14prost-protovalidate = "0.3"
15once_cell = "1"
16pty-process = { version = "0.5.3", features = ["async"] }
17serde = { version = "1", features = ["derive"] }
18serde_json = "1"
19tempfile = "3"
20tokio = { workspace = true, features = ["fs", "net", "process"] }
21tokio-vsock = "0.7.2"
22tracing = "0.1"
23tracing-subscriber = { version = "0.3", features = ["env-filter"] }