gpt trial, more style, less deps

This commit is contained in:
Pascal Engélibert 2023-04-01 00:40:54 +02:00
commit 6ef6af9b58
3 changed files with 31 additions and 61 deletions

View file

@ -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" }