Jump to…
snowattribute changes to their author, and index SSH pushesowzkxxuxzulu1mo
Matt W1[package]
Matt W2name = "df-ssh"
Matt W3version.workspace = true
Matt W4edition.workspace = true
Matt W5rust-version.workspace = true
Matt W6license.workspace = true
Matt W7
Matt W8[[bin]]
Matt W9name = "dogfood-ssh"
Matt W10path = "src/main.rs"
Matt W11
Matt W12[dependencies]
Matt W13df-db = { path = "../df-db" }
Matt W14df-auth = { path = "../df-auth" }
Matt W15
Matt W16anyhow.workspace = true
Matt W17dotenvy.workspace = true
Matt W18rand.workspace = true
Matt W19russh.workspace = true
Matt W20serde_json.workspace = true
Matt W21sqlx.workspace = true
Matt W22tokio.workspace = true
Matt W23tracing.workspace = true
Matt W24tracing-subscriber.workspace = true
Matt W25uuid.workspace = true

25 lines · TOML