From 1227590701732553c8f272fabdf0289779ea71de Mon Sep 17 00:00:00 2001 From: thevickypedia Date: Sat, 17 Feb 2024 16:30:51 -0600 Subject: [PATCH] Release `v0.0.3-a` --- .github/workflows/rust.yml | 3 ++- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1190f30..de14906 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,5 @@ -name: Build, test, upload artifact and release crate +name: Pipeline +run-name: Build, test, upload artifact and release crate on: workflow_dispatch: diff --git a/Cargo.toml b/Cargo.toml index 5d020e1..f59c11d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ # https://doc.rust-lang.org/cargo/getting-started/first-steps.html#first-steps-with-cargo [package] name = "RuStream" -version = "0.0.2" +version = "0.0.3-a" description = "An API written in Rust, to stream videos using Actix framework, via authenticated sessions" license = "MIT" documentation = "https://docs.rs/RuStream" homepage = "https://github.com/thevickypedia/RuStream" repository = "https://github.com/thevickypedia/RuStream" rust-version = "1.76.0" -keywords = ["streaming", "video-player", "media-server", "rust", "actix"] +keywords = ["asynchronous-server", "self-hosted", "streaming-engine", "symmetric-encryption", "fernet-cryptography"] categories = ["web-programming::http-server", "asynchronous", "algorithms", "authentication", "rendering::engine"] include = ["/src", "LICENSE"] exclude = [".github", ".gitignore", "README.md"]