tokei/Cargo.toml

23 lines
599 B
TOML
Raw Normal View History

2015-09-21 22:51:42 +00:00
# Copyright (c) 2015 Aaron Power
# Use of this source code is governed by the MIT license that can be
# found in the LICENSE file.
2015-05-26 21:00:12 +00:00
[package]
name = "tokei"
version = "1.3.1"
2015-05-26 21:00:12 +00:00
authors = ["Aaronepower <theaaronepower@gmail.com>"]
repository = "https://github.com/Aaronepower/tokei.git"
homepage = "https://aaronepower.github.io/tokei/"
2016-01-26 20:26:38 +00:00
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Count lines of code within a directory, quickly."
2015-05-26 21:00:12 +00:00
[profile.dev]
debug = true
[profile.release]
opt-level = 3
[dependencies]
clap = {version = "2.0.1", features = ["yaml"]}
maplit = "*"
glob = "0.2.10"