This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-receive / Cargo.toml
632 B 22 lines
1[package] 2name = "knot-receive" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-types = { workspace = true } 10knot-git = { workspace = true } 11knot-pack = { workspace = true } 12knot-resource = { workspace = true } 13knot-cob = { workspace = true } 14knot-index = { workspace = true } 15knot-atproto = { workspace = true } 16knot-events = { workspace = true } 17knot-maintenance = { workspace = true } 18knot-postreceive = { workspace = true } 19knot-messages = { workspace = true } 20knot-runtime = { workspace = true } 21tokio = { workspace = true } 22tracing = { workspace = true }