mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-05-12 01:30:14 +02:00
13 lines
198 B
TOML
13 lines
198 B
TOML
[package]
|
|
name = "tek_cli"
|
|
edition = "2021"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
tek = { path = "../tek" }
|
|
clap = { version = "4.5.4", features = [ "derive" ] }
|
|
|
|
[[bin]]
|
|
name = "tek"
|
|
path = "./tek.rs"
|