Select the types of activity you want to include in your feed.
1[package] 2name = "knot-cache" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-runtime = { workspace = true } 10knot-types = { workspace = true } 11moka = { workspace = true }