optimization on the client steel scripts3 - removing datafusion from the steel dependencies

This commit is contained in:
Priec
2026-07-18 00:07:32 +02:00
parent d5bce6378a
commit 28da618ca7
10 changed files with 663 additions and 12 deletions

View File

@@ -216,6 +216,7 @@ 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",
@@ -242,6 +243,7 @@ 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",