aiken/crates/flat/Cargo.toml

19 lines
485 B
TOML

[package]
name = "flat-rs"
description = "Flat codec"
version = "0.0.21"
edition = "2021"
repository = "https://github.com/txpipe/aiken/crates/flat"
homepage = "https://github.com/txpipe/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.57"
thiserror = "1.0.31"
[dev-dependencies]
proptest = "1.0.0"