···1name = "escpos"
2version = "1.0.0"
34-# Fill out these fields if you intend to generate HTML documentation or publish
5-# your project to the Hex package manager.
6-#
7-# description = ""
8-# licences = ["Apache-2.0"]
9-# repository = { type = "github", user = "", repo = "" }
10# links = [{ title = "Website", href = "" }]
11-#
12-# For a full reference of all the available options, you can have a look at
13-# https://gleam.run/writing-gleam/gleam-toml/.
1415[dependencies]
16gleam_stdlib = ">= 0.44.0 and < 2.0.0"
···1name = "escpos"
2version = "1.0.0"
34+description = "🖨️ ESC/POS library for Gleam"
5+licences = ["Apache-2.0"]
6+repository = { type = "tangled", user = "did:plc:jwgnraovgs3eeenh23tlllyk", repo = "escpos" }
0007# links = [{ title = "Website", href = "" }]
00089[dependencies]
10gleam_stdlib = ">= 0.44.0 and < 2.0.0"