Skip to content

Commit

Permalink
tokio-quiche: add license field to metadata
Browse files Browse the repository at this point in the history
This is required to publish to crates.io.
  • Loading branch information
ghedo committed Feb 21, 2025
1 parent 3f31465 commit 79746cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio-quiche/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tokio-quiche"
version = "0.1.0"
repository = { workspace = true }
license = { workspace = true }
description = "Asynchronous wrapper around quiche"
keywords = ["quic", "http3", "tokio"]
categories = { workspace = true }
Expand Down

0 comments on commit 79746cd

Please sign in to comment.