···11+target = "javascript"
12name = "client"
23version = "1.0.0"
3444-# Fill out these fields if you intend to generate HTML documentation or publish
55-# your project to the Hex package manager.
66-#
77-# description = ""
88-# licences = ["Apache-2.0"]
99-# repository = { type = "github", user = "", repo = "" }
1010-# links = [{ title = "Website", href = "" }]
1111-#
1212-# For a full reference of all the available options, you can have a look at
1313-# https://gleam.run/writing-gleam/gleam-toml/.
1414-155[dependencies]
166gleam_stdlib = ">= 0.44.0 and < 2.0.0"
77+lustre = ">= 5.6.0 and < 6.0.0"
88+modem = ">= 2.1.2 and < 3.0.0"
99+shared = { path = "../shared" }
1010+rsvp = ">= 1.2.0 and < 2.0.0"
17111812[dev_dependencies]
1913gleeunit = ">= 1.0.0 and < 2.0.0"
1414+lustre_dev_tools = ">= 2.3.6 and < 3.0.0"
1515+1616+[tools.lustre.build]
1717+minify = true
1818+no_html = true
1919+outdir = "../server/priv/static"