Skip to content

Commit

Permalink
Add backend to explicit workspace members
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovh committed Dec 2, 2024
1 parent 3afafaa commit 0269c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ members = [
"node-daemon", # Node terminal binary.
"networking", # Pure networking implementations
"node-gui", # Node GUI binary.
"node-gui/backend", # Node gui backend, common logic for implementing GUI clients.
"node-lib", # Node lib; the common library between daemon, tui and gui node executables.
"orders-accounting", # Orders accounting
"p2p", # P2p communication interfaces and protocols.
Expand Down

0 comments on commit 0269c6e

Please sign in to comment.