-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathCargo.toml
28 lines (27 loc) · 922 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "northstar-nstar"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.22.0"
clap = { version = "4.4.18", features = ["derive"] }
clap_complete = "4.3.2"
futures = { version = "0.3.29", default-features = false }
humantime = "2.1.0"
itertools = "0.12.1"
northstar-client = { version = "^0.9.3-pre", path = "../northstar-client" }
northstar-runtime = { version = "^0.9.3-pre", path = "../northstar-runtime", features = ["seccomp"] }
pin-project-lite = "0.2.9"
prettytable-rs = "0.10.0"
regex = "1.10.4"
serde_json = "1.0.108"
serde_yaml = "0.9.34"
tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] }
tokio-util = "0.7.10"
url = "2.5.4"