chore: bump version + add indicatif/async-stream

This commit is contained in:
VC
2023-10-17 08:37:01 +02:00
parent e17ba6cf7e
commit 58f36a56f7
2 changed files with 197 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "tootube"
authors = ["VC <veretcle+framagit@mateu.be>"]
version = "0.4.1"
version = "0.5.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,12 +10,14 @@ edition = "2021"
reqwest = { version = "^0.11", features = ["json", "stream", "multipart"] }
tokio = { version = "^1", features = ["full"] }
clap = "^4"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "^1", features = ["derive"] }
toml = "^0.5"
log = "^0.4"
env_logger = "^0.10"
futures-core = "0.3.28"
bytes = "1.5.0"
bytes = "^1.5"
indicatif = "^0.17"
async-stream = "^0.3"
futures-util = "^0.3"
[profile.release]
strip = true