1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-03 17:22:54 +00:00

Add sub command to calculate sha256 sum of an OSC file

This commit is contained in:
2023-09-03 18:49:28 +02:00
parent 9256e242eb
commit bfa7cc3c6b
5 changed files with 233 additions and 0 deletions

View File

@ -13,6 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
quick-xml = { version = "0.30", features = ["escape-html", "serialize"], default-features = false }
console = "0.15"
sha256 = "1.4"
[profile.release]
opt-level = "s"