1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

feat: unit-tests added

This commit is contained in:
Alex Ted
2025-01-21 21:14:29 +03:00
parent 2b275e8ed1
commit 1b14e6e98b
4 changed files with 105 additions and 10 deletions

2
Cargo.lock generated
View File

@ -2604,6 +2604,8 @@ dependencies = [
"diesel",
"diesel-async",
"dotenvy",
"env_logger",
"log",
"serde",
"uuid",
]