From 8eaa5a6ab0765b8c8f7f8814b4fb38b1cc3cdc34 Mon Sep 17 00:00:00 2001 From: thevickypedia Date: Sat, 10 Feb 2024 00:28:19 -0600 Subject: [PATCH] Release `v0.0.1-a` and crates description --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 882c34c..0084111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ # https://doc.rust-lang.org/cargo/getting-started/first-steps.html#first-steps-with-cargo [package] name = "RuStream" -version = "0.0.1-alpha" -description = "Rustic API to stream videos via authenticated sessions" +version = "0.0.1-a" +description = "Rustic API to stream videos using Actix API via authenticated sessions" license = "MIT" documentation = "https://thevickypedia.github.io/RuStream" homepage = "https://github.com/thevickypedia/RuStream"