This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-config / Cargo.toml
406 B 16 lines
1[package] 2name = "knot-config" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-types = { workspace = true } 10knot-runtime = { workspace = true } 11knot-messages = { workspace = true } 12confique = { workspace = true } 13thiserror = { workspace = true } 14base64 = { workspace = true } 15tempfile = { workspace = true } 16url = { workspace = true }