From 973f8e720a02c987d93212d2494c046e179b4274 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 31 Jul 2024 11:19:46 +0200 Subject: [PATCH] fix: adjusted lib paths --- build/rust/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/rust/Cargo.toml b/build/rust/Cargo.toml index 004959d..b9080be 100644 --- a/build/rust/Cargo.toml +++ b/build/rust/Cargo.toml @@ -6,7 +6,7 @@ description = "The rust crate for the internal gRPC communication of Code0" repository = "https://github.com/code0-tech/tucana" homepage = "https://code0.tech" license = "Apache-2.0" -include = ["src/internal/*"] +include = ["src/*"] [dependencies] tonic = "0.12.1" @@ -21,3 +21,4 @@ tonic-build = "0.12.1" [lib] name = "tucana_internal" +path = "src/lib.rs" \ No newline at end of file