X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/488cd0f950a1754f8c5a34dc2617c927e466cc3b..8feaa040715d4e7872c6ced423cd582a77b613c2:/m17codec2/Cargo.toml?ds=sidebyside diff --git a/m17codec2/Cargo.toml b/m17codec2/Cargo.toml old mode 100755 new mode 100644 index e090160..29f8323 --- a/m17codec2/Cargo.toml +++ b/m17codec2/Cargo.toml @@ -16,7 +16,8 @@ readme = "README.md" codec2 = "0.3.0" cpal = "0.15.3" hound = "3.5.1" -m17core = { path = "../m17core" } -m17app = { path = "../m17app" } +m17core = { version = "0.1", path = "../m17core" } +m17app = { version = "0.1", path = "../m17app" } log = "0.4.22" - +rubato = { version = "0.16.2", "default-features" = false } +thiserror = "2.0.11"