added replace option and made path handling better

This commit is contained in:
Waradu 2024-10-20 21:16:05 +02:00
parent 156472e310
commit 2502c02ebd
No known key found for this signature in database
GPG key ID: F85AAC8BA8B8DAAD
4 changed files with 187 additions and 28 deletions

View file

@ -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"