Add cli crate

This commit is contained in:
Joscha 2025-01-21 20:48:09 +01:00
parent 8fbdf63c51
commit be99e7b3aa
4 changed files with 267 additions and 1 deletions

View file

@ -1,12 +1,14 @@
[workspace]
resolver = "2"
members = ["tta"]
members = ["tta", "tta-cli"]
[workspace.package]
version = "0.0.0"
edition = "2021"
[workspace.dependencies]
clap = { version = "4.5.27", features = ["derive", "deprecated"] }
tta = { path = "tta" }
[workspace.lints]
rust.unsafe_code = { level = "forbid", priority = 1 }