aiken/crates/flat-rs/Cargo.toml

18 lines
425 B
TOML

[package]
name = "flat-rs"
description = "Flat codec"
version = "1.0.16-alpha"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken/crates/flat"
homepage = "https://github.com/aiken-lang/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
rust-version = "1.66.1"
[dependencies]
anyhow = "1.0.69"
thiserror = "1.0.39"
[dev-dependencies]
proptest = "1.1.0"