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
573 B 23 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 } 13scc = { workspace = true } 14lasso = { workspace = true } 15thiserror = { workspace = true } 16tokio = { workspace = true } 17tracing = { workspace = true } 18 19[dev-dependencies] 20knot-runtime = { workspace = true } 21tempfile = { workspace = true } 22proptest = { workspace = true } 23serde = { workspace = true }