Initial work
This commit is contained in:
commit
ba66840ee9
10 changed files with 4047 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue