diff options
| author | Fuwn <[email protected]> | 2024-07-27 19:03:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-27 19:03:49 -0700 |
| commit | efeff94b550651ab8f134e705b07b80c1c8faeba (patch) | |
| tree | d345d0a0d5602cc01ee164a02a08b07bf97ecfd8 /client/gleam.toml | |
| download | yuna-main.tar.xz yuna-main.zip | |
Diffstat (limited to 'client/gleam.toml')
| -rw-r--r-- | client/gleam.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/gleam.toml b/client/gleam.toml new file mode 100644 index 0000000..97730a1 --- /dev/null +++ b/client/gleam.toml @@ -0,0 +1,13 @@ +name = "client" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_json = "1.0.1" +gleam_stdlib = "~> 0.36" +lustre = "~> 4.0" +lustre_ui = "~> 0.4" + +[dev-dependencies] +gleeunit = "~> 1.0" +lustre_dev_tools = "~> 1.0" |