kmer/gleam.toml

16 lines
389 B
TOML
Raw Permalink Normal View History

2024-11-30 14:48:01 +00:00
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"
2024-11-30 18:38:22 +00:00
ieee_float = ">= 1.0.3 and < 2.0.0"
2024-11-30 23:39:49 +00:00
birl = ">= 1.7.1 and < 2.0.0"
2024-11-30 14:48:01 +00:00
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"