mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-23 20:05:06 +00:00

* 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>
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 = "native_token"
|
|
|
|
[dependencies]
|
|
std = { path = "../../sway-lib-std" }
|