https://github.com/heaths/package-versions
Sample of multiple versions of packages being used
https://github.com/heaths/package-versions
Last synced: about 2 months ago
JSON representation
Sample of multiple versions of packages being used
- Host: GitHub
- URL: https://github.com/heaths/package-versions
- Owner: heaths
- License: mit
- Created: 2024-02-24T00:48:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T18:47:40.000Z (over 2 years ago)
- Last Synced: 2025-01-01T10:16:49.544Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Package versions sample
This is a sample showing how Azure SDKs could define a separate crate version for each api-version of a service, along
with dependencies on different core crates.
To see this in action, run:
```bash
cargo run --example hello
```
> Tip: you can open this repo in GitHub Codespaces to try it out.
## License
Licensed under the [MIT](LICENSE.txt) license.