Skip to content

Commit

Permalink
Require bin feature for binary target
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Sep 26, 2024
1 parent e6e6f94 commit 7ff8e9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ clap = { version = "4.5.18", optional = true, features = ["derive"] }
tracing-subscriber = { version = "0.3.18", optional = true, features = [
"env-filter",
] }

[[bin]]
name = "waynest-gen"
required-features = ["bin"]

0 comments on commit 7ff8e9d

Please sign in to comment.