From 7cc44c812b0404be789fd31936d3d2c39daa6992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20G=C3=B6tz?= <52959657+raphael-goetz@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:25:58 +0100 Subject: [PATCH] Update Cargo.toml --- build/rust/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"