Giving up for now, probably won't revisit, I'm quite literally getting skill-diffed by some documentation and examples.

This commit is contained in:
foreverpyrite
2025-09-10 00:23:57 -04:00
parent 4e3075baad
commit 8b3cc6cb3e
9 changed files with 608 additions and 423 deletions

View File

@@ -22,7 +22,7 @@ urlencoding = "2.1.3"
http = "1.3.1"
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1", features = ["full", "macros", "rt-multi-thread"] }
dotenv = "0.15"
[features]