Generate metadata of Gleam Records for runtime reflection
0
fork

Configure Feed

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

fix toml [skip ci]

+4 -12
+4 -12
gleam.toml
··· 1 1 name = "glerd" 2 2 version = "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 = "username", repo = "project" } 10 - # links = [{ title = "Website", href = "https://gleam.run" }] 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 - 3 + description = "Generate metadata of Gleam Records for runtime reflection" 4 + licences = ["MIT"] 5 + repository = { type = "github", user = "darky", repo = "glerd" } 6 + gleam = ">= 1.1.0" 15 7 16 8 [dependencies] 17 9 act = ">= 0.3.0"