admin-tools/Cargo.toml

21 lines
759 B
TOML

[package]
name = "admin"
version = "0.1.0"
edition = "2021"
repository = "https://git.batsense.net/realaravinth/admin-tools"
authors = ["realaravinth <realaravinth@batsense.net>"]
description = "Gitea Admin tools to deal with spammers"
license = "AGPLv3 or later version"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pretty_env_logger = "0.4.0"
reqwest = { version = "0.11.12", features = ["json"] }
serde = { version = "1.0.147", features = ["derive"] }
sqlx = { version = "0.6.2", features = ["sqlite", "runtime-tokio-native-tls"] }
tokio = { version = "1.21.2", features = ["fs", "rt-multi-thread", "macros", "time"] }
tracing = { version = "0.1.37", features = ["log"] }
url = "2.3.1"