chore: deps and gitignore
This commit is contained in:
parent
e5684bf038
commit
405896e7ca
3 changed files with 2211 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/target
|
2193
Cargo.lock
generated
Normal file
2193
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "lonefire"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.97"
|
||||
dirs = "6.0.0"
|
||||
futures = "0.3.31"
|
||||
indicatif = "0.17.11"
|
||||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.15", features = ["stream"] }
|
||||
scraper = "0.23.1"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
|
||||
url = "2.5.4"
|
Loading…
Add table
Reference in a new issue