updated to streamshare v3

This commit is contained in:
Waradu 2024-10-20 13:06:35 +02:00
parent 67c91ccad7
commit c7e859badf
No known key found for this signature in database
GPG key ID: F85AAC8BA8B8DAAD
4 changed files with 54 additions and 8 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,13 +8,13 @@ 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"] }
streamshare = "2"
streamshare = "3"
tokio = { version = "1.40.0", features = ["full"] }
[[bin]]
name = "toss"
path = "src/main.rs"
path = "src/main.rs"