aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-01-05 08:25:08 +0000
committerGitHub <noreply@github.com>2024-01-05 08:25:08 +0000
commit775bc596ac84f5b28b4e0e1654525a360002711f (patch)
treed589203f67f2934fa4616d3c76d1e4cb523cdb16 /gleam.toml
parentc6b89cae8fcef56b6420698f311a8955919037c6 (diff)
downloadlustre-775bc596ac84f5b28b4e0e1654525a360002711f.tar.gz
lustre-775bc596ac84f5b28b4e0e1654525a360002711f.zip
🔀 Add flags for configuring the server's host and port. (#33)
* :sparkles: Add the option to include lustre_ui styles from a CDN. * :heavy_plus_sign: Add glint and argv as dependencies. * :sparkles: Use glint for cli args parsing. This adds support for user-configurable host and port, as well as the ability to opt-in to including lustre_ui's stylesheet with the --include-styles flag.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index 0c4250d..f288a24 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -17,3 +17,5 @@ internal_modules = [
[dependencies]
gleam_stdlib = "~> 0.34"
gleam_community_ansi = "~> 1.3"
+glint = "~> 0.14"
+argv = "~> 1.0"