This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-acl / Cargo.toml
395 B 17 lines
1[package] 2name = "knot-acl" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-types = { workspace = true } 10knot-index = { workspace = true } 11 12[dev-dependencies] 13knot-cob = { workspace = true } 14knot-cobs = { workspace = true } 15knot-git = { workspace = true } 16knot-runtime = { workspace = true } 17tempfile = { workspace = true }