Skip to content

Commit

Permalink
modules: Cargo.toml: expose vlcrs-core to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-janniaux authored and robUx4 committed Sep 2, 2024
1 parent 1aa2d80 commit 164f543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resolver = "2"
members = []

[workspace.dependencies]
vlcrs-core = { path = "../src/rust/vlcrs-core" }
vlcrs-macros = { path = "../src/rust/vlcrs-macros" }
vlcrs-messages = { path = "../src/rust/vlcrs-messages" }
vlcrs-plugin = { path = "../src/rust/vlcrs-plugin" }

0 comments on commit 164f543

Please sign in to comment.