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,8 +4,9 @@ edition = "2021"
|
|||
version = "0.2.0"
|
||||
|
||||
[dependencies]
|
||||
tek = { path = "../app" }
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
tek = { workspace = true }
|
||||
|
||||
clap = { workspace = true }
|
||||
|
||||
[[bin]]
|
||||
name = "tek"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue