Files
archy/core/performance/Cargo.toml
T

18 lines
338 B
TOML
Raw Normal View History

2026-01-24 22:01:51 +00:00
[package]
name = "archipelago-performance"
version = "0.1.0"
edition = "2021"
license.workspace = true
2026-01-24 22:01:51 +00:00
[dependencies]
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
anyhow = "1.0"
thiserror = "1.0"
log = "0.4"
tracing = "0.1"
[lib]
name = "archipelago_performance"
path = "src/lib.rs"