Skip to content
Cargo.toml 766 B
Newer Older
Luker's avatar
Luker committed
[package]
name = "dfim"
version = "0.1.0"
edition = "2021"

authors = [ "Luca Fulchir <luker@fenrirproject.org>" ]
description = "Device&Filesystem Initialization&Monitoring"

#[[bin]]
#name="dfim"

[dependencies]
libdfim = { version="0.1.0", path="../libdfim/" }

atomic = "0.5"
clap = { version = "3.0.0-rc", features = [ "cargo", "color", "suggestions", "wrap_help" ]}
#gpt = "3.0"
nix = "0.23"
slog = { version = "2.7", features = ["max_level_trace", "release_max_level_warn"] }
slog-async= "2.6"
slog-term="2.6"
slog-syslog="0.12"
#thiserror = "1.0"
tokio = { version = "1.14", features = ["full"] }
tokio-udev = "0.7"
tokio-stream = "0.1"
#users = { version = "0.11", git = "https://github.com/LucaFulchir/rust-users", branch = "fix_group_list" }
udev = "0.6"