summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b3080255730d8aac7ca4fba9b1f2925637e35339 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "tinyld"
version = "0.1.0"
edition = "2021"

[lib]
doctest = false

[dependencies]
clap = { version = "4.0", features = ["derive"] }
termcolor = "1.1"