I calendar parsing
1

Configure Feed

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

gcal / gleam.toml
751 B 25 lines
1name = "gcal" 2version = "1.0.0" 3 4# Fill out these fields if you intend to generate HTML documentation or publish 5# your project to the Hex package manager. 6# 7# description = "" 8# licences = ["Apache-2.0"] 9# repository = { type = "github", user = "", repo = "" } 10# links = [{ title = "Website", href = "" }] 11# 12# For a full reference of all the available options, you can have a look at 13# https://gleam.run/writing-gleam/gleam-toml/. 14 15[dependencies] 16gleam_stdlib = ">= 1.0.0 and < 2.0.0" 17gleam_time = ">= 1.0.0 and < 2.0.0" 18gtz = ">= 0.4.0 and < 1.0.0" 19simplifile = ">= 2.6.0 and < 3.0.0" 20splitter = ">= 1.2.0 and < 2.0.0" 21 22[dev_dependencies] 23gleeunit = ">= 1.0.0 and < 2.0.0" 24gleam_community_ansi = ">= 1.5.0 and < 2.0.0" 25argv = ">= 1.1.0 and < 2.0.0"