sway/examples/cei_analysis/Forc.toml
Anton Trunov 9dbfc0356b
Document CEI pattern analysis in Sway book (#3393)
close #3298

TODO:
- [x] change the code example to a more realistic one
- [x] include code from a separate file using `{{#include ...}}`
2022-11-23 17:11:25 +00:00

8 lines
169 B
TOML

[project]
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "main.sw"
license = "Apache-2.0"
name = "cei_analysis"
[dependencies]
std = { path = "../../sway-lib-std" }