Skip to content

Commit

Permalink
fix(examples): disable broken examples
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Aug 27, 2023
1 parent a7a2617 commit 2878240
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "hitbox-examples"
version = "0.0.0"
publish = false
edition = "2021"
autoexamples = false

[features]
default = []
Expand All @@ -28,3 +29,11 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = { version = "0.1" }
http = "0.2"
lazy_static = "1"

[[example]]
name = "axum"
path = "examples/axum.rs"

[[example]]
name = "tower"
path = "examples/tower.rs"

0 comments on commit 2878240

Please sign in to comment.