updated to streamshare v4 and added chunk-size + server arguments

This commit is contained in:
Waradu 2024-10-20 17:23:50 +02:00
parent 7a101fde14
commit 194a74b958
No known key found for this signature in database
GPG key ID: F85AAC8BA8B8DAAD
3 changed files with 80 additions and 31 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "to-streamshare"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "Upload to streamshare (to-ss > toss) from the terminal"
license = "MIT"
@ -13,7 +13,7 @@ keywords = ["streamshare", "file-sharing", "upload"]
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
kdam = { version = "0.5.2", features = ["rich", "spinner"] }
streamshare = "3"
streamshare = "4"
tokio = { version = "1.40.0", features = ["full"] }
[[bin]]