mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-06 06:44:08 +00:00
21 lines
509 B
TOML
21 lines
509 B
TOML
[package]
|
|
name = "khm"
|
|
version = "0.4.2"
|
|
edition = "2021"
|
|
authors = ["AB <ab@hexor.cy>"]
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
env_logger = "0.11.3"
|
|
log = "0.4"
|
|
regex = "1.10.5"
|
|
base64 = "0.21"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] }
|
|
clap = { version = "4", features = ["derive"] }
|
|
chrono = "0.4.38"
|
|
reqwest = { version = "0.12", features = ["json"] }
|
|
hostname = "0.3"
|