Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz authored Nov 19, 2024
1 parent 597361f commit 1b67048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -20,11 +20,11 @@ serde_json = "1.0.120"
tonic-build = "0.12.1"

[lib]
name = "tucana_internal"
name = "tucana"
path = "src/lib.rs"

[features]
shared = []
aquila = ["shared"]
sagittarius = ["shared"]
all = ["aquila", "sagittarius"]
all = ["aquila", "sagittarius"]

0 comments on commit 1b67048

Please sign in to comment.