mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 04:15:14 +08:00
20 lines
470 B
TOML
20 lines
470 B
TOML
[package]
|
|
name = "bat-infrastructure"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
bat-core = { path = "../core" }
|
|
bat-cas-engine = { path = "../crates/bat-cas-engine" }
|
|
anyhow.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|
|
async-trait.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tokio = { workspace = true, features = ["test-util", "macros"] }
|
|
tempfile = "3.14"
|