mirror of
https://github.com/Waradu/streamshare.git
synced 2025-04-21 11:54:09 +02:00
18 lines
No EOL
554 B
TOML
18 lines
No EOL
554 B
TOML
[package]
|
|
name = "streamshare"
|
|
version = "1.1.1"
|
|
edition = "2021"
|
|
description = "Upload to streamshare library"
|
|
license = "MIT"
|
|
homepage = "https://waradu.dev"
|
|
repository = "https://github.com/Waradu/streamshare"
|
|
readme = "README.md"
|
|
authors = ["Waradu"]
|
|
|
|
[dependencies]
|
|
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"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0" |