mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
13 lines
214 B
TOML
13 lines
214 B
TOML
[package]
|
|
name = "ere-build-utils"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
cargo_metadata.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|