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:
parent
d66a3d0850
commit
6832215aaa
2 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue