aboutsummaryrefslogtreecommitdiff
path: root/crates/unitdat/Cargo.toml
blob: 73df4df279ef3a9b949f606cd5433ef6686a7c0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "unitdat"
version = "0.1.0"
edition = "2021"

[dependencies]
encoding_rs = "0.8"

[dev-dependencies]
common = { path = "../common" }