duplicate_code 0.2.0

A tool for parsing directories scanning all the files within to find duplicate segments of code across files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "duplicate_code"
version = "0.2.0"
description = "A tool for parsing directories scanning all the files within to find duplicate segments of code across files."
authors = ["C <DeveloperC@protonmail.com>"]
edition = "2018"
license = "AGPL-3.0"
repository = "https://gitlab.com/DeveloperC/duplicate_code"
readme = "README.md"
keywords = ["duplicate", "duplicates", "code", "finder", "scanner"]
categories = ["command-line-utilities", "development-tools"]


[dependencies]
blake3 = "0.3.7"
log = "0.4.11"
pretty_env_logger = "0.4.0"
structopt = "0.3.21"