···11name = "protobin"
22version = "1.0.0"
3344-# Fill out these fields if you intend to generate HTML documentation or publish
55-# your project to the Hex package manager.
66-#
74description = "Decode the protobuf wire format."
85licences = ["Apache-2.0"]
99-repository = { type = "github", user = "gavinmorrow", repo = "gleam-protobin" }
1010-# links = [{ title = "Website", href = "" }]
1111-#
1212-# For a full reference of all the available options, you can have a look at
1313-# https://gleam.run/writing-gleam/gleam-toml/.
66+repository = { type = "github", user = "gavinmorrow", repo = "protobin" }
147158[dependencies]
169gleam_stdlib = ">= 0.44.0 and < 2.0.0"