[dependencies.thiserror]
version = "2.0.17"
[lib]
name = "dabuild"
path = "src/lib.rs"
[package]
authors = ["Daniel Danis <daniel.gordon.danis@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Access genome build metadata"
edition = "2021"
homepage = "https://github.com/P2GX/dabuild"
keywords = ["reference", "genome", "build", "bioinformatics"]
license-file = "LICENSE"
name = "dabuild"
readme = "README.md"
repository = "https://github.com/P2GX/dabuild"
version = "0.3.0"
[[test]]
name = "test_builds"
path = "tests/test_builds.rs"
[[test]]
name = "test_genome"
path = "tests/test_genome.rs"