feat: DX RATING calculation

This commit is contained in:
mokurin000
2025-08-01 03:31:16 +08:00
parent ef2df9052b
commit 68e8a6e005
5 changed files with 150 additions and 14 deletions

View File

@@ -44,3 +44,7 @@ bincode = { version = "2.0.1", optional = true }
# magic macro
crabtime = { git = "https://github.com/wdanilo/crabtime.git", rev = "2ed856f5" }
rustc-hash = "2.1.1"
rust_decimal = { version = "1.37.2", default-features = false, features = [
"serde-with-arbitrary-precision",
"macros",
] }