Release 0.3.3

This commit is contained in:
beerpiss 2024-03-23 17:01:16 +07:00
parent cac66f0afe
commit ef7880f5c5
2 changed files with 388 additions and 225 deletions

605
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "saekawa"
version = "0.3.2"
version = "0.3.3"
authors = ["beerpsi <lacvtg.a1.2023@gmail.com>"]
edition = "2021"
license = "0BSD"
@ -21,9 +21,10 @@ anyhow = "1.0.75"
binary-reader = "0.4.5"
cbc = "0.1.2"
chrono = "0.4.31"
confy = "0.5.1"
confy = "0.6.1"
crc32fast = "1.3.2"
env_logger = "0.10.1"
crochet = "0.2.3"
env_logger = "0.10.2"
faster-hex = "0.9.0"
flate2 = "1.0.28"
hex-literal = "0.4.1"
@ -31,7 +32,6 @@ lazy_static = "1.4.0"
log = "0.4.20"
num_enum = "0.7.1"
pbkdf2 = "0.12.2"
retour = { version = "0.4.0-alpha.2", features = ["static-detour"] }
serde = { version = "1.0.193", features = ["derive"] }
serde-aux = "4.3.1"
serde_json = "1.0.108"