diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gleam.toml b/gleam.toml deleted file mode 100644 index 542b44c..0000000 --- a/gleam.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "lustre" -version = "3.0.0-rc.8" - -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 = "gleam-lustre" } -target = "javascript" - -[dependencies] -gleam_stdlib = "~> 0.30" -funtil = "~> 1.0" - |