···1+*.beam
2+*.ez
3+/build
4+erl_crash.dump
5+6+#Added automatically by Lustre Dev Tools
7+/.lustre
8+/dist
+24
client/README.md
···000000000000000000000000
···1+# client
2+3+[](https://hex.pm/packages/client)
4+[](https://hexdocs.pm/client/)
5+6+```sh
7+gleam add client@1
8+```
9+```gleam
10+import client
11+12+pub fn main() -> Nil {
13+ // TODO: An example of the project in use
14+}
15+```
16+17+Further documentation can be found at <https://hexdocs.pm/client>.
18+19+## Development
20+21+```sh
22+gleam run # Run the project
23+gleam test # Run the tests
24+```
···1+name = "shared"
2+version = "1.0.0"
3+4+# Fill out these fields if you intend to generate HTML documentation or publish
5+# your project to the Hex package manager.
6+#
7+# description = ""
8+# licences = ["Apache-2.0"]
9+# repository = { type = "github", user = "", repo = "" }
10+# links = [{ title = "Website", href = "" }]
11+#
12+# For a full reference of all the available options, you can have a look at
13+# https://gleam.run/writing-gleam/gleam-toml/.
14+15+[dependencies]
16+gleam_stdlib = ">= 0.44.0 and < 2.0.0"
17+gleam_json = ">= 3.1.0 and < 4.0.0"
18+19+[dev-dependencies]
20+gleeunit = ">= 1.0.0 and < 2.0.0"
+13
shared/manifest.toml
···0000000000000
···1+# This file was generated by Gleam
2+# You typically do not need to edit this file
3+4+packages = [
5+ { name = "gleam_json", version = "3.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "44FDAA8847BE8FC48CA7A1C089706BD54BADCC4C45B237A992EDDF9F2CDB2836" },
6+ { name = "gleam_stdlib", version = "0.68.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "F7FAEBD8EF260664E86A46C8DBA23508D1D11BB3BCC6EE1B89B3BC3E5C83FF1E" },
7+ { name = "gleeunit", version = "1.9.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "DA9553CE58B67924B3C631F96FE3370C49EB6D6DC6B384EC4862CC4AAA718F3C" },
8+]
9+10+[requirements]
11+gleam_json = { version = ">= 3.1.0 and < 4.0.0" }
12+gleam_stdlib = { version = ">= 0.44.0 and < 2.0.0" }
13+gleeunit = { version = ">= 1.0.0 and < 2.0.0" }