An open API service indexing awesome lists of open source software.

https://github.com/kevinheavey/circular-dev-dep

Example of circular dev dep with Cargo
https://github.com/kevinheavey/circular-dev-dep

Last synced: 2 months ago
JSON representation

Example of circular dev dep with Cargo

Awesome Lists containing this project

README

        

# Circular dev-dependencies example

Example repo demonstrating that you can publish
crates with circular dev-dependencies if these dev-dependencies
are path dependencies. If you use workspace dependencies
that contain both versions and paths, you won't be
able to publish.