repak/Cargo.toml

23 lines
459 B
TOML
Raw Normal View History

2023-02-01 23:44:57 +00:00
[workspace]
2023-08-17 20:17:36 +00:00
resolver = "2"
2023-02-01 23:44:57 +00:00
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-09-18 01:11:35 +00:00
version = "0.1.8"
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"