this repo has no description
4
fork

Configure Feed

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

Add gleam.toml info for formz_x libs

+9 -3
+3 -1
formz_lustre/gleam.toml
··· 1 1 name = "formz_lustre" 2 - version = "1.0.0" 2 + version = "0.1.0" 3 + description = "Lustre widgets and field definitions for the formz library." 4 + licences = ["Unlicense"] 3 5 4 6 # Fill out these fields if you intend to generate HTML documentation or publish 5 7 # your project to the Hex package manager.
+3 -1
formz_nakai/gleam.toml
··· 1 1 name = "formz_nakai" 2 - version = "1.0.0" 2 + version = "0.1.0" 3 + description = "Nakai widgets and field definitions for the formz library." 4 + licences = ["Unlicense"] 3 5 4 6 # Fill out these fields if you intend to generate HTML documentation or publish 5 7 # your project to the Hex package manager.
+3 -1
formz_string/gleam.toml
··· 1 1 name = "formz_string" 2 - version = "1.0.0" 2 + version = "0.1.0" 3 + description = "String widgets and field definitions for the formz library." 4 + licences = ["Unlicense"] 3 5 4 6 # Fill out these fields if you intend to generate HTML documentation or publish 5 7 # your project to the Hex package manager.