This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-maintenance / Cargo.toml
721 B 27 lines
1[package] 2name = "knot-maintenance" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-types = { workspace = true } 10knot-resource = { workspace = true } 11knot-config = { workspace = true } 12knot-git = { workspace = true } 13knot-lfs = { workspace = true } 14knot-pack = { workspace = true } 15knot-runtime = { workspace = true } 16tracing = { workspace = true } 17gix = { workspace = true } 18gix-pack = { workspace = true } 19gix-hash = { workspace = true } 20walkdir = { workspace = true } 21thiserror = { workspace = true } 22tokio = { workspace = true } 23 24[dev-dependencies] 25knot-fixtures = { workspace = true } 26tempfile = { workspace = true } 27sha2 = { workspace = true }