removing exchange currencies system, cos new one going in place now

This commit is contained in:
Priec
2026-07-18 12:52:19 +02:00
parent 2432a32756
commit 9048b88677
9 changed files with 2 additions and 653 deletions

View File

@@ -216,7 +216,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.compile_protos(
&[
"proto/common.proto",
"proto/currency_conversion.proto",
"proto/document_data.proto",
"proto/adresar.proto",
"proto/analytics.proto",
@@ -243,7 +242,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("cargo:rerun-if-changed=build.rs");
for proto in [
"proto/common.proto",
"proto/currency_conversion.proto",
"proto/document_data.proto",
"proto/adresar.proto",
"proto/analytics.proto",