Skip to content

Commit

Permalink
chore: specify marzano cli features (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
seren5240 authored Mar 20, 2024
1 parent b1d4df1 commit 65f72c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/cli_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ assert_cmd = "2.0.12"
marzano-gritmodule = { path = "../gritmodule" }

[features]
default = ["marzano-cli/default"]
grit_tracing = [
"marzano-cli/grit_tracing",
]
]
docgen = ["marzano-cli/docgen"]

0 comments on commit 65f72c1

Please sign in to comment.