···11-# mote
11+# sprig
2233-[](https://hex.pm/packages/mote)
44-[](https://hexdocs.pm/mote/)
33+[](https://hex.pm/packages/sprig)
44+[](https://hexdocs.pm/sprig/)
5566```sh
77-gleam add mote@1
77+gleam add sprig@1
88```
99+910```gleam
1010-import mote
1111+import sprig
11121213pub fn main() -> Nil {
1314 // TODO: An example of the project in use
1415}
1516```
16171717-Further documentation can be found at <https://hexdocs.pm/mote>.
1818+Further documentation can be found at <https://hexdocs.pm/sprig>.
18191920## Development
2021
+1-1
gleam.toml
···11-name = "mote"
11+name = "sprig"
22version = "1.0.0"
3344# Fill out these fields if you intend to generate HTML documentation or publish
+11
manifest.toml
···11+# This file was generated by Gleam
22+# You typically do not need to edit this file
33+44+packages = [
55+ { name = "gleam_stdlib", version = "1.0.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "0C5506589DF4C63DF5D6FFBB834562D6865C6C2AEE0019D7B37886BD6D128141" },
66+ { name = "gleeunit", version = "1.10.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "254B697FE72EEAD7BF82E941723918E421317813AC49923EE76A18C788C61E72" },
77+]
88+99+[requirements]
1010+gleam_stdlib = { version = ">= 1.0.0 and < 2.0.0" }
1111+gleeunit = { version = ">= 1.0.0 and < 2.0.0" }