build: add dev-dependencies for doctest

Most tests will still fail due to the API key but this will make checking of the code formatting, etc. easier.
This commit is contained in:
Radical 2025-05-24 03:34:03 +02:00
parent d66a3d0850
commit 6832215aaa
2 changed files with 14 additions and 0 deletions

View file

@ -14,6 +14,8 @@ keywords = [
"tokio",
]
[dev-dependencies]
tokio = { version = "1.45.0", features = ["fs", "rt", "rt-multi-thread", "macros"] }
[dependencies]
bytes = "1.10.1"