Skip to content

Commit

Permalink
move standalone runtime and daemon inside CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennzau committed Nov 22, 2024
1 parent c51b27a commit 5862371
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 409 deletions.
38 changes: 3 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 10 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,16 @@
[workspace]
resolver = "2"
members = [
"examples",
"zenoh-flow-commons",
"zenoh-flow-daemon",
"zenoh-flow-derive",
"zenoh-flow-descriptors",
"zenoh-flow-nodes",
"zenoh-flow-records",
"zenoh-flow-runtime",
"zenoh-flow-standalone-daemon",
"zenoh-flow-standalone-runtime",
"zenoh-plugin-zenoh-flow",
"zfctl",
"examples",
"zenoh-flow-commons",
"zenoh-flow-daemon",
"zenoh-flow-derive",
"zenoh-flow-descriptors",
"zenoh-flow-nodes",
"zenoh-flow-records",
"zenoh-flow-runtime",
"zenoh-plugin-zenoh-flow",
"zfctl",
]

[workspace.package]
Expand Down
39 changes: 0 additions & 39 deletions zenoh-flow-standalone-daemon/Cargo.toml

This file was deleted.

122 changes: 0 additions & 122 deletions zenoh-flow-standalone-daemon/src/main.rs

This file was deleted.

37 changes: 0 additions & 37 deletions zenoh-flow-standalone-runtime/Cargo.toml

This file was deleted.

Loading

0 comments on commit 5862371

Please sign in to comment.