mirror of
https://github.com/alex-s168/website.git
synced 2025-09-10 09:05:08 +02:00
even better
This commit is contained in:
11
coffee/Cargo.toml
Normal file
11
coffee/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "coffee"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.6"
|
||||
reqwest = "0.12.22"
|
||||
scraper = "0.23.1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = { version = "1.46.1", features = ["full"] }
|
Reference in New Issue
Block a user