-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (19 loc) · 624 Bytes
/
Cargo.toml
File metadata and controls
23 lines (19 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[workspace]
resolver = "2"
members = ["packages/*"]
[workspace.package]
authors = ["Pulseflow"]
edition = "2021"
homepage = "https://github.com/pulseflow/uninix"
repository = "https://github.com/pulseflow/uninix"
readme = "README.md"
license = "MIT"
categories = ["linux-utilities"]
[workspace.dependencies]
clap = { version = "4.3", features = ["derive"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio = { version = "1.32", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
anyhow = { version = "1.0" }
colored = { version = "2.0" }
lazy_static = { version = "1.4" }