diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-03-27 14:42:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 14:42:17 +0100 |
| commit | b13bafa13e461f1a2f1f0b56adfb03e0519a8517 (patch) | |
| tree | 95695a7f7868fe46d3486c9c43ec45f6529e2e1b /Cargo.toml | |
| parent | b8a5886db42af0469519d37cbd751d87f783d4a9 (diff) | |
| parent | f995b4c041be56471a565a451e20aff2c4db7e78 (diff) | |
Merge pull request #1911 from mo8it/watch
Improvements to watch mode
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ notify-debouncer-mini = "0.4.1" regex = "1.10.3" serde_json = "1.0.114" serde = { version = "1.0.197", features = ["derive"] } +shlex = "1.3.0" toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] } which = "6.0.1" |
