diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-09-26 06:47:23 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-09-26 06:55:50 -0400 |
| commit | 486c11f8d1d5b6b0b10838b50ea04a78f95b38eb (patch) | |
| tree | 4cb512a5ca40f33daa9689b617ee57d7e6c3a73c /Cargo.toml | |
| parent | c15509282eeb620b6ce70059ea10c4657cff7474 (diff) | |
host interface
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ repository = "https://pub.npry.dev/ocularium" include = ["build.rs", "/src/", "Cargo.toml", "README.md", "LICENSE"] [workspace] +members = [ + "host" +] + exclude = [ "pio_i2s" ] |
