Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-C strip=symbols"

permissions:
contents: write

jobs:
release-build:
name: Build Release Binaries
Expand Down
11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,7 @@ include = [
"README.md",
"LICENSE*",
]
keywords = [
"proxy",
"reverse-proxy",
"http",
"server-sent-events",
"sse",
"high-performance",
"tokio",
"hyper",
]
keywords = ["proxy", "reverse-proxy", "http", "sse", "high-performance"]
authors = ["Dzianis Lituyeu"]
rust-version = "1.75"

Expand Down
Loading