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

Configure Feed

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

add licenses

author
Giacomo Cavalieri
committer
Louis Pilfold
date (Jul 14, 2026, 12:57 PM +0100) commit cebf7066 parent 7b700240 change-id nxtorsnz
+4
+2
erlang-abstract-format/Cargo.toml
··· 3 3 4 4 [package] 5 5 name = "erlang-abstract-format" 6 + authors = ["Louis Pilfold <louis@lpil.uk>"] 6 7 version = "1.0.0" 7 8 edition = "2024" 9 + license = "Apache-2.0" 8 10 9 11 [dependencies] 10 12 # Encoding values in the erlang term format
+2
erlang-term-format/Cargo.toml
··· 3 3 4 4 [package] 5 5 name = "erlang-term-format" 6 + authors = ["Louis Pilfold <louis@lpil.uk>"] 6 7 version = "1.0.0" 7 8 edition = "2024" 9 + license = "Apache-2.0" 8 10 9 11 [dependencies] 10 12 num-bigint.workspace = true