# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kc" version = "1.0.0" authors = ["McKayla Washburn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kayla's (line) counter (of code) :)" homepage = "https://github.com/aslilac/kc" readme = "README.md" keywords = [] license = "MPL-2.0" repository = "https://github.com/aslilac/kc" [[bin]] name = "kc" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [[test]] name = "setup" path = "tests/setup.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.colored] version = "2.0.0" [dependencies.ignore] version = "0.4.20" [dependencies.terminal_size] version = "0.2.6"