diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-05 08:25:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 08:25:08 +0000 |
commit | 775bc596ac84f5b28b4e0e1654525a360002711f (patch) | |
tree | d589203f67f2934fa4616d3c76d1e4cb523cdb16 /gleam.toml | |
parent | c6b89cae8fcef56b6420698f311a8955919037c6 (diff) | |
download | lustre-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.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ internal_modules = [ [dependencies] gleam_stdlib = "~> 0.34" gleam_community_ansi = "~> 1.3" +glint = "~> 0.14" +argv = "~> 1.0" |