move decimal fn to common and reuse it with client and server

This commit is contained in:
Priec
2026-08-07 19:34:03 +02:00
parent 9ef28630dc
commit 251b1ae13d
6 changed files with 117 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ license.workspace = true
[dependencies]
prost-types = { workspace = true }
rust_decimal = { workspace = true }
tonic = "0.14.6"
prost = "0.14.4"