Update Cargo.toml
This commit is contained in:
parent
2790eefba8
commit
0c0442da25
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ once_cell = {version="1.18.0"}
|
||||||
error-stack = {version="0.4.0"}
|
error-stack = {version="0.4.0"}
|
||||||
async-trait = {version="0.1.73"}
|
async-trait = {version="0.1.73"}
|
||||||
regex = {version="1.9.5", features=["perf"]}
|
regex = {version="1.9.5", features=["perf"]}
|
||||||
|
dhat = {version="0.3.2", optional = true}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rusty-hook = "^0.11.2"
|
rusty-hook = "^0.11.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue