Initial work

This commit is contained in:
rncwnd 2025-04-24 12:44:45 +01:00
commit ba66840ee9
Signed by: rncwnd
GPG key ID: 05EF307E0712FDAA
10 changed files with 4047 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "ahkanefti"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.27"
poise = "0.6.1"
reqwest = { version = "0.12.15", features = ["json"] }
scraper = "0.23.1"
tokio = { version = "1.44.2", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"