bluez/bluer

Cargo.toml missing for examples

Closed this issue · 1 comments

Its not straight forward to compile the examples because the associated cargo.toml files are missing.

surban commented

The examples are included in Cargo.toml in the repository.

Use cargo run --example <example-name> in the repository to run an example.