Now let's take a silly one
0

Configure Feed

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

at main 520 B View raw
1[package] 2name = "knot-index" 3version.workspace = true 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 } 16 17[dev-dependencies] 18knot-runtime = { workspace = true } 19tempfile = { workspace = true } 20proptest = { workspace = true } 21serde = { workspace = true }