repak/Cargo.toml
Truman Kilen 8dcf7f504c v0.1.5
2023-04-15 23:02:59 -05:00

21 lines
444 B
TOML

[workspace]
members = ["repak", "repak_cli"]
[workspace.package]
repository = "https://github.com/trumank/repak"
authors = ["spuds", "trumank"]
license = "MIT OR Apache-2.0"
version = "0.1.5"
edition = "2021"
[workspace.dependencies]
aes = "0.8.2"
base64 = "0.21.0"
hex = "0.4.3"
strum = { version = "0.24", features = ["derive"] }
# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"