Add tests

This commit is contained in:
Alexander
2026-06-27 20:11:33 +02:00
parent 53e6dbaef0
commit 24fd81ff9e
12 changed files with 837 additions and 8 deletions
+3
View File
@@ -17,3 +17,6 @@ twox-hash = "2.1.2"
sea-orm = { version = "2.0.0-rc", features = [ "sqlx-postgres", "runtime-tokio", "macros" ] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
[dev-dependencies]
tempfile = "3"