0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

put tempfile under dev.dependencies

This commit is contained in:
xffxff 2023-08-24 17:10:40 +08:00
parent c3a7c917f6
commit e5a0227762

View File

@ -27,11 +27,11 @@ once_cell = {version="1.18.0"}
error-stack = {version="0.3.1"}
async-trait = {version="0.1.73"}
regex = {version="1.9.3", features=["perf"]}
tempfile = "3.8.0"
[dev-dependencies]
rusty-hook = "^0.11.2"
criterion = "0.5.1"
tempfile = "3.8.0"
[profile.dev]
opt-level = 0