Write out status to file (resolves #6)

This commit is contained in:
2024-07-10 20:45:02 -04:00
parent 10b5511ff9
commit d4aa36f9b9
3 changed files with 52 additions and 17 deletions

View File

@@ -1,12 +1,13 @@
[package]
name = "antidrift"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
ratatui = "0.27.0"
regex = "1.10.5"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "processthreadsapi"] }
[package]
name = "antidrift"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
ratatui = "0.27.0"
regex = "1.10.5"
shellexpand = "3.1.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "processthreadsapi"] }