Skip to content

Commit

Permalink
Exclude snapshots from utoipa-axum
Browse files Browse the repository at this point in the history
This commit excludes snapshots from `utoipa-axum` release artifact.
  • Loading branch information
juhaku committed Jan 13, 2025
1 parent 993f7d4 commit 6faef38
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion utoipa-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ repository = "https://github.com/juhaku/utoipa"
categories = ["web-programming"]
authors = ["Juha Kukkonen <[email protected]>"]
rust-version.workspace = true

include = [
"README.md",
"src/**/*.rs",
"LICENSE-APACHE",
"LICENSE-MIT",
"CHANGELOG.md",
"Cargo.toml",
]
[features]
debug = []

Expand Down

0 comments on commit 6faef38

Please sign in to comment.