···11+name = "at"
22+version = "1.0.0"
33+44+[dependencies]
55+gleam_stdlib = ">= 1.0.0 and < 2.0.0"
66+gleam_time = ">= 1.8.0 and < 2.0.0"
77+88+[dev_dependencies]
99+gleeunit = ">= 1.0.0 and < 2.0.0"
+18
manifest.toml
···11+# Do not manually edit this file, it is managed by Gleam.
22+#
33+# This file locks the dependency versions used, to make your build
44+# deterministic and to prevent unexpected versions from being included
55+# in your application.
66+#
77+# You should check this file into your source control repository.
88+99+packages = [
1010+ { name = "gleam_stdlib", version = "1.0.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1F543AFBA5D33DA493E6087F4E4C4F20D899411343512686C98A8ABB2963CF22" },
1111+ { name = "gleam_time", version = "1.8.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_time", source = "hex", outer_checksum = "533D8723774D61AD4998324F5DD1DABDCDBFABAFB9E87CB5D03C6955448FC97D" },
1212+ { name = "gleeunit", version = "1.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "EC31ABA74256AEA531EDF8169931D775BBB384FED0A8A1BDC4DD9354E3E21826" },
1313+]
1414+1515+[requirements]
1616+gleam_stdlib = { version = ">= 1.0.0 and < 2.0.0" }
1717+gleam_time = { version = ">= 1.8.0 and < 2.0.0" }
1818+gleeunit = { version = ">= 1.0.0 and < 2.0.0" }