Skip to content

Commit

Permalink
fix: CLI tools failing to build due to incorrectly disabled feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Duckworth committed Aug 4, 2023
1 parent 28199d5 commit 36082d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ella-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ mimalloc = { workspace = true }
clap = { version = "4.3.19", features = ["derive"] }
dialoguer = { version = "0.10.4", features = ["history"] }
shlex = "1.1.0"

[features]
default = ["protobuf"]
protobuf = ["ella/protobuf"]

0 comments on commit 36082d7

Please sign in to comment.