1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-07-29 17:41:23 +00:00
Files
Projects/ghost-upload/Cargo.toml
2024-09-26 01:41:54 -06:00

20 lines
492 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.7", features = ["json"] }
feed-rs = "2.1.0"
serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
jsonwebtoken = "9.3.0"
serde_json = "1.0.128"
clippy = "0.0.302"
hex = "0.4.3"
chrono = "0.4.38"
futures = "0.3.30"
maud = "0.26.0"