···11name = "glerd"
22version = "1.0.0"
33-44-# Fill out these fields if you intend to generate HTML documentation or publish
55-# your project to the Hex package manager.
66-#
77-# description = ""
88-# licences = ["Apache-2.0"]
99-# repository = { type = "github", user = "username", repo = "project" }
1010-# links = [{ title = "Website", href = "https://gleam.run" }]
1111-#
1212-# For a full reference of all the available options, you can have a look at
1313-# https://gleam.run/writing-gleam/gleam-toml/.
1414-33+description = "Generate metadata of Gleam Records for runtime reflection"
44+licences = ["MIT"]
55+repository = { type = "github", user = "darky", repo = "glerd" }
66+gleam = ">= 1.1.0"
157168[dependencies]
179act = ">= 0.3.0"