Merge branch 'master' into master

This commit is contained in:
PandaDEV 2024-10-20 22:14:06 +10:00 committed by GitHub
commit ec765d6387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "to-streamshare"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
description = "Upload to streamshare (to-ss > toss) from the terminal"
license = "MIT"
@ -8,7 +8,7 @@ homepage = "https://waradu.dev"
repository = "https://github.com/Waradu/to-streamshare"
readme = "README.md"
authors = ["Waradu"]
keywords = ["streamshare","file-sharing","upload"]
keywords = ["streamshare", "file-sharing", "upload"]
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
@ -18,4 +18,4 @@ tokio = { version = "1.40.0", features = ["full"] }
[[bin]]
name = "toss"
path = "src/main.rs"
path = "src/main.rs"