add import

This commit is contained in:
timeshifter
2023-01-11 14:49:03 +01:00
parent a4e8ce50f6
commit 951cc7ab66
5 changed files with 70 additions and 1 deletions
Generated
+19
View File
@@ -349,9 +349,28 @@ dependencies = [
"anyhow",
"clap",
"criterion",
"path-absolutize",
"serde_json",
]
[[package]]
name = "path-absolutize"
version = "3.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1d4993b16f7325d90c18c3c6a3327db7808752db8d208cea0acee0abd52c52"
dependencies = [
"path-dedot",
]
[[package]]
name = "path-dedot"
version = "3.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a81540d94551664b72b72829b12bd167c73c9d25fbac0e04fafa8023f7e4901"
dependencies = [
"once_cell",
]
[[package]]
name = "pkg-config"
version = "0.3.26"