mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
convert to workspace and update justfile
This commit is contained in:
parent
c3de403645
commit
01835c8077
19 changed files with 268 additions and 242 deletions
25
Cargo.toml
25
Cargo.toml
|
|
@ -1,12 +1,13 @@
|
|||
[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"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"./cli",
|
||||
"./edn",
|
||||
"./input",
|
||||
"./jack",
|
||||
"./midi",
|
||||
"./output",
|
||||
"./tek",
|
||||
"./time",
|
||||
"./tui"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue