[package]
name = "emixthreading"
description = "Synchronization primitives, task orchestration, and spinner utilities built on emixcore."
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
readme = "README.md"
[dependencies]
emixcore = { workspace = true }
crossbeam = "0"
futures = "0"
glob = "0"
indicatif = "0"
time = "0"
tokio = { version = "1", features = ["full"] }
[package.metadata.scripts]
run = "cargo run"
check = "cargo check"
build = "cargo build"
release = "cargo build --release"
features = "cargo tree --features"