Files
wc-beacon/Cargo.toml
Richard Stöckl 7d67741450 Push versions
2024-08-05 16:44:05 +02:00

25 lines
458 B
TOML

[package]
name = "wc-beacon"
version = "0.2.0"
edition = "2021"
authors = ["Eiskasten"]
description = "Pokemon Gen IV Wondercard distribution and decryption utility"
license = "GPL-3.0-only"
[dependencies]
pcap = "2.0.0"
crc = "3.2.1"
rc4 = "0.1.0"
clap = { version = "4.5.13", features = ["derive"] }
utf16 = { path = "utf16" }
[build-dependencies]
utf16 = { path = "utf16" }
[workspace]
members = ["utf16"]
[profile.release]
opt-level = "s"
lto = true