Move workspace crates into subfolder

This commit is contained in:
Dominik Werder
2023-07-10 14:45:25 +02:00
parent 8938e55f86
commit 30c7fcb1e5
212 changed files with 246 additions and 41 deletions

5
crates/parse/src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod api1_parse;
pub mod channelconfig;
pub use nom;
mod jsonconf;