projects
/
m17rt
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix timing bugs and add documentation
[m17rt]
/
m17codec2
/
Cargo.toml
diff --git
a/m17codec2/Cargo.toml
b/m17codec2/Cargo.toml
index e0901606db4ad40ba03d5d7bf7a40b3e3faa49e2..01b032f921cdc3aea0e8fe809694a4a60a5425ce 100755
(executable)
--- a/
m17codec2/Cargo.toml
+++ b/
m17codec2/Cargo.toml
@@
-16,7
+16,7
@@
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"