slop slop slop sahuuuurrr
0
fork

Configure Feed

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

at main 25 lines 1.0 kB view raw
1[package] 2name = "appview" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7hydrant = { git = "https://tangled.org/ptr.pet/hydrant", features = ["backlinks"] } 8tokio = { version = "1.0", features = ["full"] } 9axum = { version = "0.8.8", features = ["macros"] } 10serde = { version = "1.0", features = ["derive"] } 11serde_json = "1.0" 12reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } 13tracing = "0.1" 14tracing-subscriber = { version = "0.3", features = ["env-filter"] } 15miette = { version = "7", features = ["fancy"] } 16jacquard-common = { version = "0.11", default-features = false, features = ["tracing", "std", "crypto"] } 17jacquard-api = { version = "0.11" } 18chrono = { version = "0.4.43", features = ["serde"] } 19serde_urlencoded = "0.7.1" 20data-encoding = "2.11.0" 21urlencoding = "2.1.3" 22fjall = { git = "https://github.com/90-008/fjall.git", version = "3.1.4", features = ["lz4", "zstd"] } 23base64 = "0.22.1" 24futures = "0.3.32" 25tower-http = { version = "0.6.8", features = ["cors", "trace"] }