Skip to content

Commit

Permalink
feat: added feature configuration to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz committed Nov 14, 2024
1 parent d23f291 commit 5f4c49b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ tonic-build = "0.12.1"

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

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

0 comments on commit 5f4c49b

Please sign in to comment.