6d2a4aa625
also embedded demo of usage
13 lines
340 B
TOML
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"] }
|