aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-09-26 06:47:23 -0400
committerNathan Perry <np@nathanperry.dev>2024-09-26 06:55:50 -0400
commit486c11f8d1d5b6b0b10838b50ea04a78f95b38eb (patch)
tree4cb512a5ca40f33daa9689b617ee57d7e6c3a73c /Cargo.toml
parentc15509282eeb620b6ce70059ea10c4657cff7474 (diff)
host interface
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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"
]