cargo dist

This commit is contained in:
sreedev
2023-02-03 10:18:26 -05:00
parent eadffb5fea
commit 6e3fe4a37d
2 changed files with 133 additions and 21 deletions

View File

@@ -27,3 +27,10 @@ memmap2 = "0.5.8"
prettytable-rs = "0.10.0"
rayon = "1.6.1"
unicode-segmentation = "1.10.0"
# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"