feat: attach medias to tweets

This commit is contained in:
VC
2023-11-09 18:40:28 +01:00
parent 6fca84c3be
commit dc9ed538f4
4 changed files with 100 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "oolatoocs"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,7 +13,7 @@ log = "^0.4"
megalodon = "^0.11"
oauth1-request = "^0.6"
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["json"] }
reqwest = { version = "0.11.22", features = ["json", "stream", "multipart"] }
rusqlite = "^0.27"
serde = { version = "^1.0", features = ["derive"] }
tokio = { version = "^1.33", features = ["rt-multi-thread", "macros"] }