A few DSP blocks
This commit is contained in:
9
ntw_dsp/Cargo.toml
Normal file
9
ntw_dsp/Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "ntw_dsp"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ntw_flowgraph = {path = "../ntw_flowgraph/"}
|
||||
ntw_flowgraph_macros = {path = "../ntw_flowgraph_macros/"}
|
||||
num = "0.4.3"
|
||||
Reference in New Issue
Block a user