diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-03-25 15:29:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 15:29:46 +0100 |
| commit | fe88b53e50034e185246e03be586c470ca4fbf78 (patch) | |
| tree | 298740b9a033f10d88a05dabe66e9bdbe1ffef25 /Cargo.lock | |
| parent | e4c60bc1c658be762f59d3c22b4040777a5100f8 (diff) | |
refactor: include mitata (#18426)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 31874a748..2b60a05e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,7 +440,6 @@ dependencies = [ "bitflags", "clap_lex", "indexmap", - "lazy_static", "strsim", "termcolor", "textwrap", @@ -750,7 +749,6 @@ dependencies = [ "libc", "log", "lsp-types", - "mitata", "monch", "napi_sym", "nix", @@ -2712,15 +2710,6 @@ dependencies = [ ] [[package]] -name = "mitata" -version = "0.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21fd49a3bd69c5be5d2c21899e2995ed99193b48e2c9f3ac09596a0d69f7fa79" -dependencies = [ - "clap", -] - -[[package]] name = "monch" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
