1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-07-02 06:22:53 +00:00

Show cursor after exit in terminal mode

This commit is contained in:
2023-12-11 16:45:44 +01:00
parent fea1d3f650
commit b75a1218bd
3 changed files with 30 additions and 0 deletions

View File

@ -10,6 +10,7 @@ members = ["parse_duration"]
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
console = "0.15"
ctrlc = "3.4"
dirs = "5.0"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1.0", features = ["derive"] }