Current section
Files
Jump to
Current section
Files
multiformats
gleam.toml
gleam.toml
name = "multiformats"
version = "2.0.0"
target = "javascript"
description = "implementation of multiformats from for IPFS content identifier (CID)"
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "multiformats" }
links = []
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
base32 = ">= 1.0.0 and < 2.0.0"
gleb128 = ">= 4.0.0 and < 5.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"