d9251ce395
problem: scores are slow to update when submitting classifications
21 lines
498 B
TOML
21 lines
498 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"
|
|
serde_json = "1"
|
|
rand = "0.8"
|
|
actix-web = "4"
|
|
tera = "1"
|
|
lazy_static = "1"
|
|
actix-files = "0.6"
|
|
unicode-segmentation = "1"
|