mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-31 15:48:09 +00:00

close #3298 TODO: - [x] change the code example to a more realistic one - [x] include code from a separate file using `{{#include ...}}`
8 lines
169 B
TOML
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" }
|