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

[dependencies]
encoding_rs = "0.8"

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