mirror of
https://github.com/eiskasten/wc-beacon.git
synced 2026-09-09 04:45:09 -05:00
25 lines
458 B
TOML
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
|