14 lines
370 B
TOML
14 lines
370 B
TOML
[package]
|
|
name = "flat"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
repository = "https://github.com/txpipe/aiken/crates/flat"
|
|
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"
|