mirror of
https://github.com/Waradu/streamshare.git
synced 2025-04-21 11:54:09 +02:00
added replace option and made path handling better
This commit is contained in:
parent
156472e310
commit
2502c02ebd
4 changed files with 187 additions and 28 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "streamshare"
|
||||
version = "4.1.0"
|
||||
version = "5.0.0"
|
||||
edition = "2021"
|
||||
description = "Upload to streamshare library"
|
||||
license = "MIT"
|
||||
|
@ -14,5 +14,6 @@ tokio = { version = "1", features = ["full"] }
|
|||
reqwest = { version = "0.12.8", features = ["json", "rustls-tls"] }
|
||||
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-webpki-roots"] }
|
||||
futures = "0.3"
|
||||
shellexpand = "3.1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
Loading…
Add table
Add a link
Reference in a new issue