added bigdecimal type

This commit is contained in:
2026-01-28 12:25:04 +01:00
parent 9d78c98bcb
commit f69e2fff56
2 changed files with 57 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ edition = "2024"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
actix-web = "4.x.x"
actix-web = "4.x.x"
bigdecimal = {version = "0.4.10", features = ["serde"] }