sway/examples/structs/Forc.toml
Braqzen 8e07f9aaca
Updated section regarding enums (#1854)
* Moved code into /sway/examples/ and reworked entire page for structs, tuples and enums
2022-06-06 20:24:06 +01:00

8 lines
147 B
TOML

[project]
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "main.sw"
implicit-std = false
license = "Apache-2.0"
name = "structs"
[dependencies]