mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 06:56:44 +08:00
23 lines
378 B
TOML
23 lines
378 B
TOML
[package]
|
|
name = "bat-patch"
|
|
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
|
|
blake3.workspace = true
|
|
|
|
# Binary diff/patch
|
|
bsdiff = "0.2"
|
|
|
|
# JSON patch
|
|
json-patch = "4.2"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.14"
|