mirror of
https://gitea.tendokyu.moe/beerpsi/icf-reader.git
synced 2025-02-17 15:48:32 +01:00
fix: remove debugging code
This commit is contained in:
parent
2c3d165a70
commit
401fb278cc
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -294,7 +294,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "icf-reader"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"anyhow",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "icf-reader"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -92,8 +92,6 @@ fn main() -> Result<(), anyhow::Error> {
|
||||
let icf: Vec<IcfData> = serde_json::from_str(&input)?;
|
||||
let out = serialize_icf(&icf)?;
|
||||
|
||||
std::fs::write("test.bin", &out)?;
|
||||
|
||||
let encrypted = encrypt_icf(&out, ICF_KEY, ICF_IV)?;
|
||||
|
||||
std::fs::write(output, encrypted)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user