Updated module.
This commit is contained in:
parent
1c4e976562
commit
197b9dce6d
1504
Cargo.lock
generated
1504
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "DWHRust"
|
name = "daily_wiki_human"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
dotenv = "0.15.0"
|
||||||
|
json = "0.12.4"
|
||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
|
reqwest = { version = "0.12.11", features = ['blocking', 'multipart'] }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue