Skip to content

Commit

Permalink
Don't publish httpwg-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Sep 17, 2024
1 parent 610de8b commit a9e9622
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/httpwg-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
name = "httpwg-harness"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
eyre = { version = "0.6.12", default-features = false }
rcgen = { version = "0.13.1", default-features = false, features = ["aws_lc_rs"] }
rcgen = { version = "0.13.1", default-features = false, features = [
"aws_lc_rs",
] }
rustls = "0.23.12"

0 comments on commit a9e9622

Please sign in to comment.