insta-import-pixelfed/Cargo.toml

15 lines
358 B
TOML
Raw Normal View History

2025-01-17 15:25:44 +01:00
[package]
name = "pixelfed_batch_uploader"
version = "1.0.3"
2025-01-17 15:25:44 +01:00
edition = "2021"
[build]
rustflags = ["--out-dir", "target/output"]
2025-01-17 15:25:44 +01:00
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking", "json", "multipart"] }
tokio = { version = "1.0", features = ["full"] }
base64 = "0.21"