This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-cobs / Cargo.toml
528 B 21 lines
1[package] 2name = "knot-cobs" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-types = { workspace = true } 10knot-cob = { workspace = true } 11knot-runtime = { workspace = true } 12serde = { workspace = true } 13thiserror = { workspace = true } 14 15[dev-dependencies] 16knot-git = { workspace = true } 17knot-runtime = { workspace = true } 18tempfile = { workspace = true } 19gix = { workspace = true } 20serde_ipld_dagcbor = { workspace = true } 21proptest = { workspace = true }