mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-23 03:44:58 +00:00
8 lines
162 B
TOML
8 lines
162 B
TOML
[project]
|
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
|
entry = "main.sw"
|
|
license = "Apache-2.0"
|
|
name = "array"
|
|
|
|
[dependencies]
|
|
std = { path = "../../sway-lib-std" }
|