added unit tests

This commit is contained in:
2025-07-04 17:19:36 +08:00
parent bdad0511f2
commit b11533e819
7 changed files with 402 additions and 32 deletions

View File

@@ -15,3 +15,9 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dotenv = "0.15"
bigdecimal = { version = "0.4", features = ["serde"] }
[lib]
crate-type = ["bin"]
[dev-dependencies]
axum-test = "17.3"