mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-07-03 13:39:38 +00:00
13 lines
171 B
TOML
13 lines
171 B
TOML
|
|
[package]
|
||
|
|
name = "risc0-packager"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
anyhow = "1"
|
||
|
|
risc0-binfmt = "=3.0.4"
|
||
|
|
risc0-build = "=3.0.5"
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|