Skip to content

Commit

Permalink
Release v0.0.3-a
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Feb 17, 2024
1 parent 6ddb740 commit 1227590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 1227590

Please sign in to comment.