executor/Cargo.toml
2025-01-30 22:52:17 +01:00

26 lines
401 B
TOML

[package]
name = "executor"
version = "0.1.0"
edition = "2021"
[features]
internal_heartbeat = []
[dependencies]
futures = "0.3"
rayon = "1.10"
parking_lot = "0.12.3"
thread_local = "1.1.8"
crossbeam = "0.8.4"
async-task = "4.7.1"
tracing = "0.1.40"
tracing-subscriber = {version ="0.3.18", features = ["env-filter"]}
anyhow = "1.0.89"
thiserror = "2.0"
bitflags = "2.6"
# derive_more = "1.0.0"