cargo: add strsim

This commit is contained in:
hinto.janai 2023-03-17 16:05:22 -04:00
parent 6d8c2a76ff
commit 61aae35a95
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -1958,6 +1958,7 @@ dependencies = [
"serde-xml-rs",
"serde_json",
"static_vcruntime",
"strsim",
"sudo",
"sysinfo",
"tar",

View file

@ -63,6 +63,7 @@ tor-rtcompat = "0.7.0"
walkdir = "2.3.2"
zeroize = "1.5.7"
serde-xml-rs = "0.6.0"
strsim = "0.10.0"
# Unix dependencies
[target.'cfg(unix)'.dependencies]