mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-05-09 08:40:13 +02:00
14 lines
174 B
TOML
14 lines
174 B
TOML
[package]
|
|
name = "tek_cli"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tek = { workspace = true }
|
|
|
|
clap = { workspace = true }
|
|
|
|
[[bin]]
|
|
name = "tek"
|
|
path = "./tek.rs"
|