image-helper-wordpress/Cargo.toml
2024-11-18 21:10:44 +01:00

12 lines
328 B
TOML

[package]
name = "image_wp_uploader"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dotenvy = "0.15"
base64 = "0.21" # Use the latest version of the crate