Lustre's CLI and development tooling: zero-config dev server, bundling, and scaffolding.
at main 966 B view raw
1name = "lustre_dev_tools" 2version = "1.4.2" 3target = "erlang" 4gleam = ">= 1.1.0" 5 6description = "Lustre's official CLI and development tooling." 7repository = { type = "github", user = "lustre-labs", repo = "dev-tools" } 8licences = ["MIT"] 9 10links = [ 11 { title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" }, 12] 13 14internal_modules = ["lustre_dev_tools", "lustre_dev_tools/*"] 15 16[dependencies] 17argv = "~> 1.0" 18filepath = "~> 1.0" 19gleam_community_ansi = "~> 1.4" 20gleam_erlang = "~> 0.25" 21gleam_http = "~> 3.6" 22gleam_json = "~> 1.0 or ~> 2.0" 23gleam_otp = "~> 0.10" 24gleam_package_interface = "~> 1.0" 25gleam_stdlib = "~> 0.34 or ~> 1.0" 26glint = ">=1.0.0 and < 2.0.0" 27glisten = "~> 2.0" 28mist = "~> 1.0" 29simplifile = ">= 2.0.0 and < 3.0.0" 30spinner = "~> 1.1" 31tom = "~> 0.3" 32wisp = "~> 0.14" 33fs = "~> 8.6" 34gleam_httpc = ">= 2.2.0 and < 3.0.0" 35term_size = ">= 1.0.1 and < 2.0.0" 36gleam_crypto = ">= 1.3.0 and < 2.0.0" 37 38[dev-dependencies] 39gleeunit = "~> 1.0"