17 lines
303 B
TOML
17 lines
303 B
TOML
[package]
|
|
name = "work-1"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Contract for interfacing with the public to provide a fee-based service"
|
|
|
|
[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
|