Now let's take a silly one
0

Configure Feed

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

at main 961 B View raw
1[package] 2name = "knot-ssh" 3version.workspace = true 4edition.workspace = true 5rust-version.workspace = true 6license.workspace = true 7 8[dependencies] 9knot-types = { workspace = true } 10knot-runtime = { workspace = true } 11knot-git = { workspace = true } 12knot-pack = { workspace = true } 13knot-index = { workspace = true } 14knot-acl = { workspace = true } 15knot-atproto = { workspace = true } 16knot-cob = { workspace = true } 17knot-cobs = { workspace = true } 18knot-events = { workspace = true } 19knot-maintenance = { workspace = true } 20knot-postreceive = { workspace = true } 21knot-messages = { workspace = true } 22tracing = { workspace = true } 23russh = "0.61" 24tokio = { workspace = true } 25tokio-util = { workspace = true } 26futures = { workspace = true } 27thiserror = { workspace = true } 28 29[dev-dependencies] 30tempfile = { workspace = true } 31serde_json = { workspace = true } 32http = { workspace = true } 33bytes = { workspace = true } 34url = { workspace = true } 35russh = "0.61"