insta-import-pixelfed/Cargo.toml
2025-03-03 22:41:36 +01:00

16 lines
431 B
TOML

[package]
name = "pixelfed_batch_uploader"
version = "1.0.3"
edition = "2021"
[build]
rustflags = ["--out-dir", "target/output"]
[dependencies]
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.140"
reqwest = { version = "0.12", features = ["blocking", "json", "multipart", "stream"] }
tokio = { version = "1.0", features = ["full"] }
base64 = "0.22.1"
clap = { version = "4.5.3", features = ["derive"] }