Set the terminal title according to the current step

This commit is contained in:
Roey Darwish Dror
2019-07-31 11:53:05 +03:00
parent 4a28090896
commit a7b1ad31f1
3 changed files with 28 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ openssl-probe = { version = "0.1.2", optional = true }
[target.'cfg(unix)'.dependencies]
nix = "0.14.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["wincon"] }
[profile.release]
lto = true