diff --git a/build/rust/Cargo.toml b/build/rust/Cargo.toml index 39cf4fc..53c1485 100644 --- a/build/rust/Cargo.toml +++ b/build/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] version = "0.0.0" -name = "tucana-internal" +name = "tucana" edition = "2021" description = "The rust crate for the internal gRPC communication of Code0" repository = "https://github.com/code0-tech/tucana" @@ -20,5 +20,5 @@ serde_json = "1.0.120" tonic-build = "0.12.1" [lib] -name = "tucana_internal" -path = "src/lib.rs" \ No newline at end of file +name = "tucana" +path = "src/lib.rs"