mirror of
https://github.com/Waradu/to-streamshare.git
synced 2025-04-21 11:54:08 +02:00
updated to streamshare v4 and added chunk-size + server arguments
This commit is contained in:
parent
7a101fde14
commit
194a74b958
3 changed files with 80 additions and 31 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue