1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-15 14:36:47 +00:00
Projects/ghost-upload/Cargo.toml

23 lines
503 B
TOML

[package]
name = "ghost-upload"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.12", features = ["json"] }
feed-rs = "2.2"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.41", features = ["full"] }
jsonwebtoken = "9.3"
serde_json = "1.0"
hex = "0.4"
chrono = "0.4"
futures = "0.3"
maud = "0.26"
scraper = "0.21"
[dev-dependencies]
clippy = "0.0.302"