collect crates/ and deps/

This commit is contained in:
🪞👃🪞 2025-04-19 01:23:43 +03:00
parent 2f8882f6cd
commit 8fa0f8a409
140 changed files with 23 additions and 21 deletions

12
crates/cli/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "tek_cli"
edition = "2021"
version = "0.2.0"
[dependencies]
tek = { workspace = true }
clap = { workspace = true }
[[bin]]
name = "tek"
path = "./tek.rs"