projects
/
m17rt
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add build scripts for cross-platform testing
[m17rt]
/
tools
/
m17rt-demod
/
Cargo.toml
1
[package]
2
name = "m17rt-demod"
3
version = "0.1.0"
4
edition = "2021"
5
license = "MIT"
6
authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com"]
7
publish = false
8
9
[dependencies]
10
m17core = { path = "../../m17core" }
11
m17app = { path = "../../m17app" }
12
m17codec2 = { path = "../../m17codec2" }
13
14
cpal = "0.15.3"
15
env_logger = "0.11.6"
16
log = "0.4.22"