This commit is contained in:
JOLIMAITRE Matthieu 2022-09-24 07:22:35 +02:00
parent 8e2a03e3a7
commit cbd6eb52b1
4 changed files with 63 additions and 0 deletions

View file

@ -13,4 +13,6 @@ clap = { version = "3.2.22", features = ["clap_derive", "derive"] }
glob = "0.3.0"
notify = "5.0.0"
notify-debouncer-mini = "0.2.1"
ron = "0.8.0"
serde = { version = "1.0.144", features = ["derive"] }
termion = "1.5.6"