mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: centralize dependencies
This commit is contained in:
parent
4229364363
commit
5b61c71503
8 changed files with 76 additions and 84 deletions
|
|
@ -4,42 +4,10 @@ edition = "2021"
|
|||
version = "0.2.0"
|
||||
|
||||
[dependencies]
|
||||
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", rev = "6cd85ef" }
|
||||
tengri = { workspace = true }
|
||||
|
||||
tek_jack = { path = "../jack" }
|
||||
tek_time = { path = "../time" }
|
||||
tek_jack = { workspace = true }
|
||||
tek_time = { workspace = true }
|
||||
|
||||
midly = "0.5"
|
||||
uuid = { version = "1.10.0", features = [ "v4" ] }
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_arranger"
|
||||
#path = "bin/cli_arranger.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_sequencer"
|
||||
#path = "bin/cli_sequencer.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_groovebox"
|
||||
#path = "bin/cli_groovebox.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_clock"
|
||||
#path = "bin/cli_clock.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_sampler"
|
||||
#path = "bin/cli_sampler.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_mixer"
|
||||
#path = "src/cli_mixer.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_track"
|
||||
#path = "src/cli_track.rs"
|
||||
|
||||
#[[bin]]
|
||||
#name = "tek_plugin"
|
||||
#path = "src/cli_plugin.rs"
|
||||
midly = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue