edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
209 stars 26 forks source link

Remove cyclic dev-dependencies #310

Closed aljazerzen closed 3 months ago

aljazerzen commented 3 months ago

edgedb-derive and edgedb-errors had dev dependencies on edgedb-tokio, which is technically not a cyclic dependency, but rust-analyzer did not agree.

So I've removed that dep by moving docs around a bit.