mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
12 lines
231 B
TOML
12 lines
231 B
TOML
[package]
|
|
name = "guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
guest = []
|
|
|
|
[dependencies]
|
|
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", rev = "55b9830a3944dde55d33a55c42522b81dd49f87a" }
|
|
|
|
[workspace] |