: add peertube source video file

This commit is contained in:
VC
2024-05-13 22:18:58 +02:00
parent bf622d6989
commit 982dc8b954
8 changed files with 435 additions and 136 deletions

View File

@@ -1,12 +1,13 @@
[package]
name = "tootube"
authors = ["VC <veretcle+framagit@mateu.be>"]
version = "0.5.5"
version = "0.6.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rpassword = "^7.3"
reqwest = { version = "^0.11", features = ["json", "stream", "multipart"] }
tokio = { version = "^1", features = ["full"] }
clap = "^4"