repak/Cargo.toml
Truman Kilen 829acdfeeb v0.1.2
2023-02-15 20:07:16 -06:00

20 lines
430 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.2"
edition = "2021"
[workspace.dependencies]
aes = "0.8.2"
base64 = "0.21.0"
strum = { version = "0.24", features = ["derive"] }
# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"