diff options
Diffstat (limited to 'lib/gleam.toml')
-rw-r--r-- | lib/gleam.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/gleam.toml b/lib/gleam.toml deleted file mode 100644 index f301d46..0000000 --- a/lib/gleam.toml +++ /dev/null @@ -1,10 +0,0 @@ -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" |