alamin655
commited on
Update Cargo.toml
Browse files- Cargo.toml +1 -0
Cargo.toml
CHANGED
@@ -28,6 +28,7 @@ once_cell = {version="1.18.0"}
|
|
28 |
error-stack = {version="0.4.0"}
|
29 |
async-trait = {version="0.1.73"}
|
30 |
regex = {version="1.9.5", features=["perf"]}
|
|
|
31 |
|
32 |
[dev-dependencies]
|
33 |
rusty-hook = "^0.11.2"
|
|
|
28 |
error-stack = {version="0.4.0"}
|
29 |
async-trait = {version="0.1.73"}
|
30 |
regex = {version="1.9.5", features=["perf"]}
|
31 |
+
dhat = {version="0.3.2", optional = true}
|
32 |
|
33 |
[dev-dependencies]
|
34 |
rusty-hook = "^0.11.2"
|