tokei/Cargo.toml
2016-05-01 18:33:46 +01:00

25 lines
623 B
TOML

# Copyright (c) 2015 Aaron Power
# Use of this source code is governed by the MIT/APACHE2.0 license that can be
# found in the LICENCE-{APACHE, MIT} file.
[package]
name = "tokei"
version = "1.6.0"
authors = ["Aaronepower <theaaronepower@gmail.com>"]
repository = "https://github.com/Aaronepower/tokei.git"
homepage = "https://aaronepower.github.io/tokei/"
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Count your code, quickly."
[profile.dev]
debug = true
[profile.release]
opt-level = 3
[dependencies]
clap = {version = "2.1.1", features = ["yaml"]}
glob = "0.2.10"
maplit = "0.1.3"
walkdir = "0.1.5"