ouch 0.7.1

A command-line utility for easily compressing and decompressing files and directories.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Stable features
max_width = 120
use_field_init_shorthand = true
newline_style = "Unix"
edition = "2024"
reorder_imports = true
reorder_modules = true
use_try_shorthand = true

# Unstable features (nightly only)
unstable_features = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"