agent-orchestrator/ui-dioxus/Cargo.toml

19 lines
577 B
TOML

[package]
name = "agor-dioxus"
version = "0.1.0"
edition = "2021"
description = "Agent Orchestrator UI prototype — Dioxus 0.7 desktop"
license = "MIT"
# Standalone — not part of the parent workspace
[workspace]
[dependencies]
dioxus = { version = "0.7", features = ["native"] }
agor-core = { path = "../agor-core" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
tokio = { version = "1", features = ["full"] }
dioxus-motion = { version = "0.3", default-features = false, features = ["desktop"] }
log = "0.4"