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

🛠️ style: make cargo.toml consistent

This commit is contained in:
neon_arch 2023-06-15 18:19:10 +03:00
parent 42686b92f3
commit d2967a90cb

View File

@ -23,7 +23,7 @@ redis = {version="*"}
md5 = {version="*"}
rand={version="*"}
once_cell = {version="*"}
error-stack = "0.3.1"
error-stack = {version="0.3.1"}
[dev-dependencies]
rusty-hook = "^0.11.2"