alpha
Login
or
Join now
nonbinary.computer
/
polymodel
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
atproto Thingiverse but good
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
and forgot my cargo syntax
author
Orual
date
3 weeks ago
(Jun 29, 2026, 7:19 PM -0400)
commit
48210613
482106134746d82955a8b0c1a5be8991fbb46879
parent
062bcb4b
062bcb4b45a8225347b46a1919e6b7ee27624129
change-id
uqkosmwp
uqkosmwprvqxlzkvrkvusztmokyrxrsr
+9
-4
1 changed file
Expand all
Collapse all
Unified
Split
Cargo.toml
+9
-4
Cargo.toml
View file
Reviewed
···
2
2
members = [".", "crates/*"]
3
3
resolver = "3"
4
4
5
5
+
[workspace.package]
6
6
+
version = "0.1.0"
7
7
+
edition = "2024"
8
8
+
license = "MPL-2.0"
9
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
19
-
version = "0.1.0"
20
20
-
edition = "2024"
21
21
-
license = "MPL-2.0"
22
22
-
description = "atproto Thingiverse but good"
24
24
+
version.workspace = true
25
25
+
edition.workspace = true
26
26
+
license.workspace = true
27
27
+
description = "atproto Thingiverse but good "
23
28
24
29
[features]
25
30
default = ["web"]