Initial commit

This commit is contained in:
2026-03-05 23:03:21 +01:00
commit ed9027d12c
14 changed files with 867 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "ntw"
version = "0.1.0"
edition = "2024"
[dependencies]
ntw_flowgraph = {path = "ntw_flowgraph"}
ntw_flowgraph_macros = {path = "ntw_flowgraph_macros"}
ringbuf = "0.4.8"