mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
17 lines
304 B
TOML
17 lines
304 B
TOML
[package]
|
|
name = "sp1-guest-compiler"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
tempfile.workspace = true
|
|
toml.workspace = true
|
|
tracing.workspace = true
|
|
clap.workspace = true
|
|
anyhow.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|