Files
ere/crates/compile-utils/Cargo.toml
2025-10-28 08:24:27 +08:00

16 lines
293 B
TOML

[package]
name = "ere-compile-utils"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
anyhow.workspace = true
cargo_metadata.workspace = true
tempfile.workspace = true
thiserror.workspace = true
[lints]
workspace = true