gleam.toml
name = "magic_string"
version = "1.0.0"
description = "Edit strings by byte offset and get a source map for free. A Gleam port of Rich Harris's magic-string."
licences = ["MIT"]
repository = { type = "github", user = "alii", repo = "magic_string" }
links = [
{ title = "Original (JS)", href = "https://github.com/Rich-Harris/magic-string" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"