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
- Host: GitHub
- URL: https://github.com/kevinheavey/circular-dev-dep
- Owner: kevinheavey
- License: mit
- Created: 2024-08-07T12:00:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T23:27:10.000Z (6 months ago)
- Last Synced: 2025-01-19T04:38:09.590Z (3 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.