This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-fixtures / Cargo.toml
199 B 10 lines
1[package] 2name = "knot-fixtures" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7publish = false 8 9[dev-dependencies] 10tempfile = { workspace = true }