Browse Source

rust: add Cargo workspace for abstractions

> A workspace is a collection of one or more packages
https://doc.rust-lang.org/cargo/reference/workspaces.html#workspaces

Rust abstractions of VLC Core will live in src/rust/, while the Rust
modules will live in the respective directories in modules/.
pull/162/head
Loïc Branstett 3 years ago
committed by Steve Lhomme
parent
commit
f0f67ecc58
  1. 2
      src/rust/Cargo.toml

2
src/rust/Cargo.toml

@ -0,0 +1,2 @@
[workspace]
members = []
Loading…
Cancel
Save