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

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