mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
15 lines
269 B
TOML
15 lines
269 B
TOML
[package]
|
|
name = "ere-compile-utils"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
cargo_metadata.workspace = true
|
|
tempfile.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|