/
githubmirror
/
mdevctl
Обзор
Документация
Войти
/
githubmirror
/
mdevctl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Cargo.toml
32 строки
922 B
Jonathon Jongsma
Improve logging
30 июл 2025, 22:38
30 июл 2025, 22:38
48e2697
Код
Авторство
О чём код?
[package] name = "mdevctl" # For now, just bump the y version on release (x.y.z) version = "1.5.0" authors = ["Jonathon Jongsma <jjongsma@redhat.com>"] edition = "2018" license = "LGPL-2.1" description = "A mediated device management utility for Linux" repository = "https://github.com/mdevctl/mdevctl" homepage = "https://github.com/mdevctl/mdevctl" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" clap = { version = "4.0", features = ["derive", "wrap_help"] } env_logger = "0.11.0" log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = {version = "1.0", features = ["preserve_order"]} thiserror = "2.0.11" uuid = {version = "1.0", features = ["v4"]} [build-dependencies] clap = { version = "4.0", features = ["derive"]} clap_complete = "4.0" uuid = "1.0" [dev-dependencies] nix = "0.26" libc = "0.2" tempfile = "3"