jj workspaces over the network
0
fork

Configure Feed

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

feat(server): add tandem-server crate structure

+31
+31
crates/tandem-server/Cargo.toml
··· 1 + [package] 2 + name = "tandem-server" 3 + version.workspace = true 4 + edition.workspace = true 5 + authors.workspace = true 6 + license.workspace = true 7 + repository.workspace = true 8 + 9 + [dependencies] 10 + tandem-core.workspace = true 11 + 12 + axum.workspace = true 13 + tokio.workspace = true 14 + async-trait.workspace = true 15 + futures-util.workspace = true 16 + tower.workspace = true 17 + tower-http.workspace = true 18 + sqlx.workspace = true 19 + 20 + serde.workspace = true 21 + serde_json.workspace = true 22 + 23 + tracing.workspace = true 24 + tracing-subscriber.workspace = true 25 + 26 + chrono.workspace = true 27 + rand.workspace = true 28 + hex.workspace = true 29 + uuid.workspace = true 30 + thiserror = "2.0.17" 31 + yrs.workspace = true