This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-keyfill / Cargo.toml
715 B 27 lines
1[package] 2name = "knot-keyfill" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-atproto = { workspace = true } 10knot-index = { workspace = true } 11knot-resource = { workspace = true } 12knot-runtime = { workspace = true } 13knot-types = { workspace = true } 14futures = { workspace = true } 15tokio = { workspace = true } 16tokio-util = { workspace = true } 17tracing = { workspace = true } 18url = { workspace = true } 19 20[dev-dependencies] 21knot-cob = { workspace = true } 22knot-cobs = { workspace = true } 23knot-git = { workspace = true } 24bytes = { workspace = true } 25http = { workspace = true } 26serde_json = { workspace = true } 27tempfile = { workspace = true }