Files
BlueArchiveToolkit/core/Cargo.toml
T
nyaKazuha 68c6c91b1e
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s
fix(glossary): 绑定 QA identity 与人工 override
2026-09-09 00:25:49 +08:00

20 lines
425 B
TOML

[package]
name = "bat-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
anyhow.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
async-trait.workspace = true
tokio.workspace = true
blake3.workspace = true
[dev-dependencies]
tokio = { workspace = true, features = ["test-util", "macros"] }
tempfile = "3.14"