dgf-prototype/work-1/Cargo.toml

17 lines
303 B
TOML
Raw Normal View History

2024-02-20 14:47:41 -06:00
[package]
name = "work-1"
version = "0.1.0"
edition = "2021"
2024-02-21 18:01:41 -06:00
description = "Contract for interfacing with the public to provide a fee-based service"
2024-02-20 14:47:41 -06:00
[dependencies]
casper-contract = "4.0.0"
casper-types = "4.0.1"
[[bin]]
name = "work_1"
path = "src/main.rs"
bench = false
doctest = false
test = false