diff options
| author | mo8it <mo8it@proton.me> | 2024-03-23 18:51:25 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-03-23 18:51:25 +0100 |
| commit | 3dce7e56961a40748f428d10c50540a075839f8d (patch) | |
| tree | 7fde74c60489e6040f61d6c8e5d596c340e678b3 /Cargo.lock | |
| parent | 9c6f56b836e91da9071830d4dd4a64417fdced9d (diff) | |
Improvements to watch mode
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -536,6 +536,7 @@ dependencies = [ "regex", "serde", "serde_json", + "shlex", "toml", ] @@ -595,6 +596,12 @@ dependencies = [ ] [[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[package]] name = "strsim" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
