aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3885e820da2073c6fcf4dafe2a7098ba77cfc5b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rustkrazy_init"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
humantime = "2.1.0"
nix = { version = "0.29.0", features = ["reboot", "fs", "signal"] }
sys-mount = { version = "2.0.2", default-features = false }
sysinfo = { version = "0.29.10", default-features = false }