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