[package]
name = "fxrs-runtime"
autobins = false
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file = "../../LICENSE"
repository.workspace = true
description = "Protocol-neutral agent runtime and composition service for fxrs"
readme.workspace = true
[dependencies]
fx-auth.workspace = true
fx-config.workspace = true
fx-context.workspace = true
fx-core.workspace = true
fx-mcp.workspace = true
fx-process.workspace = true
fx-provider.workspace = true
fx-store.workspace = true
fx-subagent.workspace = true
fx-tools.workspace = true
jiff.workspace = true
pollster.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true