sway/examples/native_token/Forc.toml
Nick a1c8699c44
Expand Native Asset Examples in Sway Book (#1317)
* native asset expanded examples

* remove DS_Store files

* fix assert

* fix base token

* liquidity_pool example fixes

* formatting

* new lines

* Update docs/src/blockchain-development/native_assets.md

Co-authored-by: Mohammad Fawaz <mohammadfawaz89@gmail.com>

Co-authored-by: SilentCicero <>
Co-authored-by: Mohammad Fawaz <mohammadfawaz89@gmail.com>
2022-04-20 16:08:42 -07:00

8 lines
169 B
TOML

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