mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
21 lines
444 B
TOML
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.7"
|
|
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"
|