2024-07-07 21:02:39 +03:00
|
|
|
[package]
|
2024-07-07 21:13:19 +03:00
|
|
|
name = "khm"
|
2024-11-11 12:46:55 +02:00
|
|
|
version = "0.2.2"
|
2024-07-07 21:02:39 +03:00
|
|
|
edition = "2021"
|
2024-07-14 04:06:45 +03:00
|
|
|
authors = ["AB <ab@hexor.cy>", "ChatGPT-4o"]
|
2024-07-07 21:02:39 +03:00
|
|
|
|
|
|
|
[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"
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"] }
|
|
|
|
clap = { version = "4", features = ["derive"] }
|
|
|
|
chrono = "0.4.38"
|
2024-09-25 15:40:40 +03:00
|
|
|
reqwest = { version = "0.12", features = ["json"] }
|