diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 14:16:16 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 14:16:16 +0100 |
commit | cb8a44d128f6205ba7811db4698ebcadd989205c (patch) | |
tree | b6621a332f8e859e0bf5c4ae4696fa20292ded37 /docs/manifest.toml | |
parent | 443711d2f6c3d93ac796c625f9071f7c89b67f36 (diff) | |
download | lustre-cb8a44d128f6205ba7811db4698ebcadd989205c.tar.gz lustre-cb8a44d128f6205ba7811db4698ebcadd989205c.zip |
:sparkles: Scaffold docs site project.
Diffstat (limited to 'docs/manifest.toml')
-rw-r--r-- | docs/manifest.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/manifest.toml b/docs/manifest.toml new file mode 100644 index 0000000..459f584 --- /dev/null +++ b/docs/manifest.toml @@ -0,0 +1,13 @@ +# This file was generated by Gleam +# You typically do not need to edit this file + +packages = [ + { name = "gleam_stdlib", version = "0.30.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "704258528887F95075FFED7AAE1CCF836A9B88E3AADA2F69F9DA15815F94A4F9" }, + { name = "gleeunit", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "1397E5C4AC4108769EE979939AC39BF7870659C5AFB714630DEEEE16B8272AD5" }, + { name = "lustre", version = "3.0.0-rc.8", build_tools = ["gleam"], requirements = ["gleam_stdlib"], source = "local", path = "/Users/hayleigh/dev/gleam/lustre/lib" }, +] + +[requirements] +gleam_stdlib = { version = "~> 0.30" } +gleeunit = { version = "~> 0.10" } +lustre = { path = "../lib" } |