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

Configure Feed

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

1[package] 2name = "test-package-compiler" 3version = "1.1.0-rc3" 4authors = ["Louis Pilfold <louis@lpil.uk>"] 5edition = "2021" 6license-file = "LICENCE" 7 8[dependencies] 9gleam-core = { path = "../compiler-core" } 10toml.workspace = true 11im.workspace = true 12itertools.workspace = true 13walkdir.workspace = true 14regex.workspace = true 15camino.workspace = true 16 17[dev-dependencies] 18insta.workspace = true 19