run cargo hakari generate

This commit is contained in:
Christian Schwarz
2023-05-11 18:23:46 +02:00
parent d629e136fa
commit efb10b8905
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -5425,6 +5425,7 @@ dependencies = [
"num-bigint",
"num-integer",
"num-traits",
"parking_lot",
"prost",
"rand",
"regex",

View File

@@ -36,6 +36,7 @@ nom = { version = "7" }
num-bigint = { version = "0.4" }
num-integer = { version = "0.1", features = ["i128"] }
num-traits = { version = "0.2", features = ["i128"] }
parking_lot = { version = "0.12", features = ["send_guard"] }
prost = { version = "0.11" }
rand = { version = "0.8", features = ["small_rng"] }
regex = { version = "1" }