cli: no need for separate crate
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-08-30 04:01:50 +03:00
parent 7f03116cb3
commit e987aa697d
16 changed files with 107 additions and 135 deletions

View file

@ -29,4 +29,8 @@ cli = ["clap"]
host = ["tek_device/lv2"]
[lib]
path = "app.rs"
path = "tek.rs"
[[bin]]
name = "tek"
path = "tek_cli.rs"