Select the types of activity you want to include in your feed.
1[package] 2name = "knot-langs" 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 } 11gengo-language = { workspace = true } 12regex = { workspace = true }