Skip to content

Commit

Permalink
Require ts-gen feature for an example
Browse files Browse the repository at this point in the history
generate_typescript_types requires `ts-gen` to be built
  • Loading branch information
lukipuki committed Sep 30, 2024
1 parent 3a055b6 commit 93fa028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ name = "message_filtering"

[[example]]
name = "generate_typescript_types"
required-features = ["ts-gen"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 93fa028

Please sign in to comment.