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

1
Cargo.lock generated
View File

@@ -1234,6 +1234,7 @@ dependencies = [
"prost",
"prost-build",
"prost-types",
"rust_decimal",
"serde",
"serde_json",
"tantivy",