Archived
1
0
Fork 0
forked from Anri/cal8tor

add dependencies

This commit is contained in:
Mylloon 2022-08-12 19:54:53 +02:00
parent b94d33a35f
commit 8bdb83a406
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1511 additions and 0 deletions

1508
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11" }
tokio = { version = "1", features = ["full"] }
scraper = "0.13.0"