Watches a file and prints human-readable, coloured diffs.
at main 205 B view raw
1[package] 2name = "diffwatch" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7anyhow = "1.0.100" 8clap = { version = "4.5.49", features = ["derive"] } 9diff = "0.1.13" 10notify = "8.2.0" 11termcolor = "1.4.1"