diff options
author | Andy Thompson <andrew.thompson@qmul.ac.uk> | 2022-02-11 01:00:55 +0000 |
---|---|---|
committer | Andy Thompson <andrew.thompson@qmul.ac.uk> | 2022-02-11 01:00:55 +0000 |
commit | 72f64a5192da97307156c1529838556f15e94ffa (patch) | |
tree | 422c7e10dbab6ed9f52498971c111c0c2420dce6 /manifest.toml | |
download | lustre-72f64a5192da97307156c1529838556f15e94ffa.tar.gz lustre-72f64a5192da97307156c1529838556f15e94ffa.zip |
:tada: Init repo.
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.toml b/manifest.toml new file mode 100644 index 0000000..d1ca82d --- /dev/null +++ b/manifest.toml @@ -0,0 +1,11 @@ +# This file was generated by Gleam +# You typically do not need to edit this file + +packages = [ + { name = "gleam_stdlib", version = "0.19.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "CA579C2FF0621E93FF6EFEF61BAFFCF0505732BA073F616E28878042F1A1F401" }, + { name = "gleeunit", version = "0.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5BF486C3E135B7F5ED8C054925FC48E5B2C79016A39F416FD8CF2E860520EE55" }, +] + +[requirements] +gleam_stdlib = "~> 0.19" +gleeunit = "~> 0.6" |