From 486c11f8d1d5b6b0b10838b50ea04a78f95b38eb Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 26 Sep 2024 06:47:23 -0400 Subject: host interface --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 837058a..35a20f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] -- cgit v1.3.1