This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-git / Cargo.toml
694 B 29 lines
1[package] 2name = "knot-git" 3version = "2.0.0" 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[features] 9instrument = [] 10 11[dependencies] 12knot-types = { workspace = true } 13knot-resource = { workspace = true } 14gix = { workspace = true } 15gix-archive = { workspace = true } 16gix-bitmap = "0.3.2" 17gix-pack = { workspace = true } 18gix-hash = { workspace = true } 19flate2 = { workspace = true } 20knot-cache = { workspace = true } 21scc = { workspace = true } 22thiserror = { workspace = true } 23base64 = { workspace = true } 24walkdir = { workspace = true } 25 26[dev-dependencies] 27knot-fixtures = { workspace = true } 28tempfile = { workspace = true } 29proptest = { workspace = true }