diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -738,6 +738,12 @@ dependencies = [  ]  [[package]] +name = "edit-distance" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b" + +[[package]]  name = "either"  version = "1.9.0"  source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1457,6 +1463,7 @@ dependencies = [   "bincode",   "chashmap",   "chrono", + "edit-distance",   "env_logger",   "futures",   "glob", | 
