git.delta.rocks / remowt / refs/commits / 5f64fb1ffdf0

difftreelog

source

cmds/remowt-agent/Cargo.toml924 Bsourcehistory
1[package]2name = "remowt-agent"3version.workspace = true4edition = "2021"56[dependencies]7anyhow = "1.0.86"8bifrostlink.workspace = true9bifrostlink-ports.workspace = true10clap = { version = "4.5.13", features = ["derive"] }11futures = "0.3.30"12futures-util = "0.3.30"13nix = "0.29.0"14polkit-shared = { version = "0.1.0", path = "../../crates/polkit-shared" }15rand = "0.8.5"16remowt-link-shared = { version = "0.1.0", path = "../../crates/remowt-link-shared" }17serde = { version = "1.0.204", features = ["derive"] }18tokio = { version = "1.39.2", features = ["rt-multi-thread", "fs", "macros"] }19tokio-util = { version = "0.7.11", features = ["codec"] }20tracing = "0.1.40"21tracing-subscriber = "0.3.18"22ui-prompt = { version = "0.1.0", path = "../../crates/ui-prompt" }23uuid = { version = "1.10.0", features = ["v4"] }24zbus = { version = "4.4.0", features = ["tokio"] }25zbus_polkit = { version = "4.0.0", features = ["tokio"] }