tokei/Cargo.toml

18 lines
359 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"
2015-10-25 07:39:12 +00:00
version = "1.2.0"
2015-05-26 21:00:12 +00:00
authors = ["Aaronepower <theaaronepower@gmail.com>"]
[profile.dev]
debug = true
[profile.release]
opt-level = 3
[dependencies]
clap = {version = "*", features = ["yaml"]}
glob = "*"