mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 19:53:10 +00:00
10 lines
325 B
TOML
10 lines
325 B
TOML
# Adapter manifest for the Rust implementation (Tor arti equix + hashx crates).
|
|
name = "equix-rust"
|
|
exec = "runners/rust/target/release/equix_runner"
|
|
protocol_version = 1
|
|
capabilities = ["solve", "verify", "effort", "hashx_compile"]
|
|
runtimes = ["interpret", "try-compile", "must-compile"]
|
|
|
|
[env]
|
|
EQUIX_RUST_VERSION = "0.7.0"
|