19 lines
318 B
TOML
19 lines
318 B
TOML
[package]
|
|
name = "validation-pool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Contract for minting and distributing reputation through consensus"
|
|
|
|
[dependencies]
|
|
casper-contract = "4.0.0"
|
|
casper-types = "4.0.1"
|
|
|
|
[[bin]]
|
|
name = "validation_pool"
|
|
path = "src/main.rs"
|
|
bench = false
|
|
doctest = false
|
|
test = false
|
|
|
|
|