git.delta.rocks / fleet / refs/heads / push-kyumtlkprzyo

difftreelog

source

crates/remowt-fleet/Cargo.toml527 Bsourcehistory
1[package]2name = "remowt-fleet"3description = "Remowt endpoints for fleet"4version.workspace = true5edition.workspace = true67[dependencies]8bifrostlink.workspace = true910remowt-client.workspace = true11remowt-endpoints.workspace = true1213anyhow.workspace = true14camino.workspace = true15nix-eval.workspace = true16serde = { workspace = true }17thiserror.workspace = true18tokio = { workspace = true, features = ["io-util", "net", "process", "rt"] }19tracing.workspace = true20uuid.workspace = true21remowt-link-shared.workspace = true