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", "user"] }
12prost = "0.14"
13prost-reflect = "0.16"
14prost-protovalidate = "0.3"
15once_cell = "1"
16serde = { version = "1", features = ["derive"] }
17serde_json = "1"
18tempfile = "3"
19tokio = { workspace = true, features = ["fs", "net", "process"] }
20tokio-vsock = "0.7.2"
21tracing = "0.1"
22tracing-subscriber = { version = "0.3", features = ["env-filter"] }