insta-import-pixelfed/Cargo.toml
Falko Zurell 6d2a4aa625 added bit more verbose output and my build script.
also embedded demo of usage
2025-01-18 09:26:46 +01:00

13 lines
340 B
TOML

[package]
name = "pixelfed_batch_uploader"
version = "1.0.2"
edition = "2021"
[build]
rustflags = ["--out-dir", "target/output"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking", "json", "multipart"] }
tokio = { version = "1", features = ["full"] }