mirror of
https://github.com/Waradu/to-streamshare.git
synced 2025-04-22 04:14:06 +02:00
added replace when downloading option
This commit is contained in:
parent
a452ff1631
commit
6fb6657332
4 changed files with 73 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "to-streamshare"
|
||||
version = "0.6.0"
|
||||
version = "0.7.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.1"
|
||||
streamshare = "5"
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
|
||||
[[bin]]
|
||||
name = "toss"
|
||||
path = "src/main.rs"
|
||||
path = "src/main.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue