14 lines
323 B
TOML
14 lines
323 B
TOML
|
name = "kmer"
|
||
|
version = "0.1.0"
|
||
|
|
||
|
description = "CBOR decoder library"
|
||
|
licences = ["AGPL-3.0-only"]
|
||
|
repository = { type = "forgejo", host = "git.fromouter.space", user = "hamcha", repo = "kmer" }
|
||
|
gleam = ">= 1.6.2"
|
||
|
|
||
|
[dependencies]
|
||
|
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|