gpt trial, more style, less deps
This commit is contained in:
parent
562443d86d
commit
6ef6af9b58
3 changed files with 31 additions and 61 deletions
|
|
@ -11,7 +11,7 @@ percent-encoding = "2.2.0"
|
|||
rand = "0.8.5"
|
||||
reqwest = { version = "0.11.16", features = ["blocking", "brotli", "deflate", "gzip"] }
|
||||
tide = { version = "0.16.0", default-features = false, features = ["h1-server", "logger"] }
|
||||
tokio = { version = "1.27.0", features = ["full"] }
|
||||
tokio = { version = "1.27.0", features = ["macros", "rt", "rt-multi-thread"] }
|
||||
#roxmltree = { version = "0.18.0", default-features = false, features = ["std"] }
|
||||
#rxml = "0.9.1"
|
||||
#rxml = { path = "/home/tuxmain/Téléchargements/rxml/rxml" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue