Skip to content

Commit

Permalink
gff: Enable async feature for async count example
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed May 16, 2024
1 parent cd648a7 commit b3190ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions noodles-gff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ tokio = { workspace = true, features = ["fs", "macros", "rt-multi-thread"] }

[package.metadata.docs.rs]
features = ["async"]

[[example]]
name = "gff_count_async"
required-features = ["async"]

0 comments on commit b3190ae

Please sign in to comment.