This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-index / Cargo.toml
547 B 22 lines
1[package] 2name = "knot-index" 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-cob = { workspace = true } 12knot-cobs = { workspace = true } 13knot-cache = { workspace = true } 14scc = { workspace = true } 15lasso = { workspace = true } 16thiserror = { workspace = true } 17 18[dev-dependencies] 19knot-runtime = { workspace = true } 20tempfile = { workspace = true } 21proptest = { workspace = true } 22serde = { workspace = true }