uncomment 3.2.0

A CLI tool to remove comments from code using tree-sitter for accurate parsing
[licenses]
allow = [
    "MIT",
    "MIT-0",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "0BSD",
    "ISC",
    "Zlib",
    "Unicode-3.0",
    "Unicode-DFS-2016",
    "Unlicense",
    "CC0-1.0",
    "CDLA-Permissive-2.0",
]
confidence-threshold = 0.8

# Per-crate exceptions for copyleft licenses. These crates are file-scoped
# copyleft or platform-only transitive deps that impose no share-alike on this
# tool; nothing else may use these licenses.
exceptions = [{ allow = ["MPL-2.0"], crate = "option-ext" }, { allow = ["LGPL-2.1-or-later"], crate = "r-efi" }]