repak/Cargo.toml
2023-09-20 20:21:15 +01:00

23 lines
471 B
TOML

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