wip: centralize dependencies

This commit is contained in:
🪞👃🪞 2025-03-14 23:54:53 +02:00
parent 4229364363
commit 5b61c71503
8 changed files with 76 additions and 84 deletions

View file

@ -4,4 +4,4 @@ edition = "2021"
version = "0.2.0"
[dependencies]
jack = { git = "https://codeberg.org/unspeaker/rust-jack", rev = "a13c1c4" }
jack = { workspace = true }