forgery/Cargo.toml
2024-11-23 13:13:27 +01:00

21 lines
509 B
TOML

[package]
name = "forgejo-antispam"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
forgejo-api = "0.4"
url = "2"
anyhow = "1.0.93"
bayespam = "1.1.0"
serde_json = "1.0.133"
rand = "0.8.5"
actix-web = "4"
tera = "1"
lazy_static = "1.5.0"
actix-files = "0.6.6"