Monorepo for Tangled tangled.org
1

Configure Feed

Select the types of activity you want to include in your feed.

Cargo.toml: exclude shuttle from default-members

shuttle doesn't compile on macos, so exclude it

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (Jul 26, 2026, 12:36 AM +0900) commit d02867a4 parent d5fe7ef5 change-id wlyswrws
+1
+1
Cargo.toml
··· 1 1 [workspace] 2 2 resolver = "2" 3 3 members = ["bobbin/crates/*", "shuttle"] 4 + default-members = ["bobbin/crates/*"] 4 5 exclude = ["sites"] 5 6 6 7 [workspace.package]