slop slop slop sahuuuurrr
1
fork

Configure Feed

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

fix deps

dawn 5ddff11c 90ce341f

+2 -1
+1
Cargo.lock
··· 1534 1534 [[package]] 1535 1535 name = "hydrant" 1536 1536 version = "0.1.0" 1537 + source = "git+https://tangled.org/ptr.pet/hydrant#3ad938b38ca8e8012a43b204ff2ab39adf00f863" 1537 1538 dependencies = [ 1538 1539 "ahash", 1539 1540 "arc-swap",
+1 -1
Cargo.toml
··· 4 4 edition = "2024" 5 5 6 6 [dependencies] 7 - hydrant = { path = "/home/mayer/.gemini/tmp/hydrant-bsky-appview/hydrant", features = ["backlinks", "indexer", "indexer_stream"] } 7 + hydrant = { git = "https://tangled.org/ptr.pet/hydrant", features = ["backlinks"] } 8 8 tokio = { version = "1.0", features = ["full"] } 9 9 axum = { version = "0.8.8", features = ["macros"] } 10 10 serde = { version = "1.0", features = ["derive"] }