added download

This commit is contained in:
Waradu 2024-10-20 20:51:51 +02:00
parent 27c765bce4
commit a452ff1631
No known key found for this signature in database
GPG key ID: F85AAC8BA8B8DAAD
4 changed files with 50 additions and 19 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "to-streamshare"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Upload to streamshare (to-ss > toss) from the terminal"
license = "MIT"
@ -14,9 +14,9 @@ keywords = ["streamshare", "file-sharing", "upload"]
clap = { version = "4.5.20", features = ["derive"] }
console = "0.15.8"
kdam = { version = "0.5.2", features = ["rich", "spinner"] }
streamshare = "4"
streamshare = "4.1"
tokio = { version = "1.40.0", features = ["full"] }
[[bin]]
name = "toss"
path = "src/main.rs"
path = "src/main.rs"