Better Linux distribution detection (fix #146)

This commit is contained in:
Roey Darwish Dror
2019-05-07 16:21:51 +03:00
parent 6186eadb70
commit 9f054308c8
3 changed files with 63 additions and 44 deletions

View File

@@ -25,6 +25,7 @@ walkdir = "2.2.7"
console = "0.7.5"
self_update_crate = { version = "0.5.1", optional = true, package = "self_update" }
lazy_static = "1.2.0"
serde_ini = "0.2.0"
[target.'cfg(unix)'.dependencies]
nix = "0.13.0"