Skip to content

Commit

Permalink
fix: Add feature configuration in Cargo.toml. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 authored Dec 16, 2024
1 parent 9d058af commit 0582622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ clap = "4.5.23"
indexmap = { version = "2.7.0", features = ["serde"] }
regex-syntax = "0.8.5"
serde_yaml = "0.9.34"

[features]
regex-engine = []
default = []

0 comments on commit 0582622

Please sign in to comment.