repak/Cargo.toml

22 lines
444 B
TOML
Raw Normal View History

2023-02-01 23:44:57 +00:00
[workspace]
members = ["repak", "repak_cli"]
[workspace.package]
repository = "https://github.com/trumank/repak"
authors = ["spuds", "trumank"]
2023-01-14 15:35:50 +00:00
license = "MIT OR Apache-2.0"
2023-05-29 04:21:19 +00:00
version = "0.1.6"
2023-01-03 10:33:42 +00:00
edition = "2021"
2023-02-01 23:44:57 +00:00
[workspace.dependencies]
aes = "0.8.2"
base64 = "0.21.0"
2023-04-13 07:01:19 +00:00
hex = "0.4.3"
strum = { version = "0.24", features = ["derive"] }
2023-02-01 23:44:57 +00:00
# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"