option for multiple inputs

This commit is contained in:
matthieu.jolimaitre 2022-09-24 21:54:34 +02:00
parent cbd6eb52b1
commit a2868c8783
10 changed files with 78 additions and 44 deletions

View file

@ -16,3 +16,6 @@ notify-debouncer-mini = "0.2.1"
ron = "0.8.0"
serde = { version = "1.0.144", features = ["derive"] }
termion = "1.5.6"
[profile.release]
lto = true