I calendar parsing
1

Configure Feed

Select the types of activity you want to include in your feed.

gcal / manifest.toml
1.4 kB 19 lines
1# Do not manually edit this file, it is managed by Gleam. 2# 3# This file locks the dependency versions used, to make your build 4# deterministic and to prevent unexpected versions from being included 5# in your application. 6# 7# You should check this file into your source control repository. 8 9packages = [ 10 { name = "filepath", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "B06A9AF0BF10E51401D64B98E4B627F1D2E48C154967DA7AF4D0914780A6D40A" }, 11 { name = "gleam_stdlib", version = "1.0.3", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1F543AFBA5D33DA493E6087F4E4C4F20D899411343512686C98A8ABB2963CF22" }, 12 { name = "gleeunit", version = "1.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "EC31ABA74256AEA531EDF8169931D775BBB384FED0A8A1BDC4DD9354E3E21826" }, 13 { name = "simplifile", version = "2.6.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "A33C345F0A4FFB91DCCD4220114534A58C387964A5F17B3E472CEBD1ADA9FFB4" }, 14] 15 16[requirements] 17gleam_stdlib = { version = ">= 1.0.0 and < 2.0.0" } 18gleeunit = { version = ">= 1.0.0 and < 2.0.0" } 19simplifile = { version = ">= 2.6.0 and < 3.0.0" }