This commit is contained in:
nora 2023-12-03 16:22:39 +01:00
parent 2ed587b9d1
commit adc39acadc
8 changed files with 36 additions and 150 deletions

7
Cargo.lock generated
View file

@ -130,6 +130,7 @@ dependencies = [
"helper",
"nom",
"rustc-hash",
"smallvec",
]
[[package]]
@ -251,6 +252,12 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "smallvec"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
[[package]]
name = "strsim"
version = "0.10.0"