atproto Thingiverse but good
10

Configure Feed

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

and forgot my cargo syntax

Orual (Jun 29, 2026, 7:19 PM EDT) 48210613 062bcb4b

+9 -4
+9 -4
Cargo.toml
··· 2 2 members = [".", "crates/*"] 3 3 resolver = "3" 4 4 5 + [workspace.package] 6 + version = "0.1.0" 7 + edition = "2024" 8 + license = "MPL-2.0" 9 + 5 10 [workspace.dependencies] 6 11 jacquard = { path = "../jacquard/crates/jacquard", default-features = false, features = ["derive", "api_bluesky", "streaming"] } 7 12 jacquard-axum = { path = "../jacquard/crates/jacquard-axum" } ··· 16 21 17 22 [package] 18 23 name = "polymodel" 19 - version = "0.1.0" 20 - edition = "2024" 21 - license = "MPL-2.0" 22 - description = "atproto Thingiverse but good" 24 + version.workspace = true 25 + edition.workspace = true 26 + license.workspace = true 27 + description = "atproto Thingiverse but good " 23 28 24 29 [features] 25 30 default = ["web"]