-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 727 Bytes
/
Cargo.toml
File metadata and controls
26 lines (24 loc) · 727 Bytes
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
[workspace]
resolver = "2"
members = [
"blsctl",
"blsforme",
"crates/*",
]
[workspace.package]
edition = "2024"
rust-version = "1.85"
[workspace.dependencies]
blake3 = { version = "1.8.3", features = ["mmap", "rayon"] }
log = "0.4.29"
fs-err = "3.2.2"
gpt = "4.1.0"
thiserror = "2.0.11"
nix = { version = "0.31.1", features = ["fs", "mount"] }
os-info = { git = "https://github.com/AerynOS/os-info", rev = "503a4bb97d558d8c821bcd4362d3ec06db29e0a6" }
superblock = { git = "https://github.com/AerynOS/disks-rs", rev = "0768fe553b123b2086980bc809011e9786bffd95" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.8.9"
uuid = { version = "1.20.0", features = ["v8"] }
zstd = "0.13.3"