init
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "search"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.12", features = ["gzip"] }
|
||||
rocket = "0.5.1"
|
||||
scraper = "0.22.0"
|
||||
rocket_dyn_templates = { version = "0.2", features = ["handlebars"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
Reference in New Issue
Block a user