diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 757fcaa..1a51b0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,9 @@ env: CARGO_TERM_COLOR: always RUSTFLAGS: "-C strip=symbols" +permissions: + contents: write + jobs: release-build: name: Build Release Binaries diff --git a/Cargo.toml b/Cargo.toml index 85283c2..30f88ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"