Add cli crate
This commit is contained in:
parent
8fbdf63c51
commit
be99e7b3aa
4 changed files with 267 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue