4bbfa54146
[Dependabot complains] that: the binary target name `examples` is forbidden, it conflicts with with cargo's build directory names And fails to provide dependency upgrades for Rust code. Fix that by renaming the folder and crate to `ash-examples`. [Dependabot complains]: https://github.com/ash-rs/ash/network/updates/748770724
9 lines
140 B
TOML
9 lines
140 B
TOML
[package]
|
|
name = "generator-rewrite"
|
|
version = "2.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
analysis = { path = "../analysis" }
|