mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-15 14:36:47 +00:00
20 lines
493 B
TOML
20 lines
493 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.11.24", features = ["json"] }
|
|
feed-rs = "1.4.0"
|
|
serde = { version = "1.0.197", features = ["derive"] }
|
|
tokio = { version = "1.36.0", features = ["full"] }
|
|
jsonwebtoken = "9.2.0"
|
|
serde_json = "1.0.114"
|
|
clippy = "0.0.302"
|
|
hex = "0.4.3"
|
|
chrono = "0.4.34"
|
|
futures = "0.3.30"
|
|
maud = "0.26.0"
|