mediawiki function cleanup, login token working and to-do list in main
This commit is contained in:
parent
fbe8e4b85d
commit
427bd27968
4 changed files with 74 additions and 46 deletions
|
@ -9,7 +9,7 @@ chrono = "0.4.38"
|
|||
regex = "1.10.5"
|
||||
futures = "0.3.30"
|
||||
headers = "0.4.0"
|
||||
reqwest = {version = "0.12.5", features = ["blocking"]}
|
||||
reqwest = { version = "0.12.5", default-features = false, features = ["blocking", "rustls-tls"] }
|
||||
lettre = "0.11.7"
|
||||
rand = "0.9.0-alpha.1"
|
||||
rusqlite = "0.31.0"
|
||||
|
@ -17,3 +17,5 @@ uuid = { version = "1.10.0", features = ["v4"] }
|
|||
log = "0.4.22"
|
||||
clap = "4.5.11"
|
||||
rpassword = "7.3.1"
|
||||
serde = {version = "1.0.204", features = ["derive"]}
|
||||
serde_json = "1.0.122"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue