Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / licence-bundler / gleam.toml
281 B 12 lines
1name = "licence_bundler" 2version = "1.0.0" 3 4[dependencies] 5gleam_stdlib = ">= 0.70.0 and < 2.0.0" 6simplifile = ">= 2.4.0 and < 3.0.0" 7shellout = ">= 1.8.0 and < 2.0.0" 8tom = ">= 2.0.2 and < 3.0.0" 9htmb = ">= 2.1.0 and < 3.0.0" 10 11[dev_dependencies] 12gleeunit = ">= 1.0.0 and < 2.0.0"