tokei/Cargo.toml
2015-10-25 07:39:12 +00:00

18 lines
359 B
TOML

# Copyright (c) 2015 Aaron Power
# Use of this source code is governed by the MIT license that can be
# found in the LICENSE file.
[package]
name = "tokei"
version = "1.2.0"
authors = ["Aaronepower <theaaronepower@gmail.com>"]
[profile.dev]
debug = true
[profile.release]
opt-level = 3
[dependencies]
clap = {version = "*", features = ["yaml"]}
glob = "*"