Now let's take a silly one
0

Configure Feed

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

at main 883 B View raw
1[package] 2name = "knot-pack" 3version.workspace = true 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-types = { workspace = true } 10knot-git = { workspace = true } 11knot-runtime = { workspace = true } 12knot-edge = { workspace = true } 13url = { workspace = true } 14gix = { workspace = true } 15gix-pack = { workspace = true } 16gix-packetline = { workspace = true } 17flate2 = { workspace = true } 18axum = { workspace = true } 19tokio = { workspace = true } 20tokio-stream = { workspace = true } 21thiserror = { workspace = true } 22walkdir = { workspace = true } 23tempfile = { workspace = true } 24 25[dev-dependencies] 26tempfile = { workspace = true } 27proptest = { workspace = true } 28tower = { version = "0.5", features = ["util"] } 29http-body-util = "0.1" 30knot-cob = { workspace = true } 31knot-cobs = { workspace = true } 32knot-bench = { workspace = true }