diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml new file mode 100644 index 0000000..f301d46 --- /dev/null +++ b/gleam.toml @@ -0,0 +1,10 @@ +name = "lustre" +version = "3.0.3" + +description = "An Elm-inspired framework for building web apps in Gleam!" +licences = ["MIT"] +links = [{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" }] +repository = { type = "github", user = "hayleigh-dot-dev", repo = "lustre/lib" } + +[dependencies] +gleam_stdlib = "~> 0.30" |