dgf-prototype/availability/Cargo.toml

17 lines
353 B
TOML
Raw Normal View History

2024-02-20 14:47:41 -06:00
[package]
name = "availability"
version = "0.1.0"
2024-02-21 18:01:41 -06:00
edition = "2018"
description = "Contract that receives reputation stakes from a worker and makes them available to one or more work contracts"
2024-02-20 14:47:41 -06:00
[dependencies]
2024-02-21 18:01:41 -06:00
casper-contract = "2.0.0"
casper-types = "2.0.0"
2024-02-20 14:47:41 -06:00
[[bin]]
name = "availability"
path = "src/main.rs"
bench = false
doctest = false
test = false