aboutsummaryrefslogtreecommitdiff
path: root/bv1/app/Cargo.toml
blob: e433e4f03a154848d298cd0e3a189c928b72b108 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "app"
version = "0.1.0"
edition = "2021"
default-run = "main"

[dependencies]
clap = { version = "4.1.8", features = ["derive"] }
bv1 = { path = "../codec" }