repo.or.cz
/
tutil.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[tutil.git]
/
Cargo.toml
blob
36f69f973ec2f41c199b33223cabff6fae10f939
1
[package]
2
name = "rustty"
3
version = "0.1.0"
4
license = "MPL-2.0"
5
authors = ["Severen Redwood <severen@shrike.me>"]
6
7
readme = "README.md"
8
homepage = "https://github.com/SShrike/rustty"
9
description = "A toolbox for developing command line applications."
10
11
[dependencies]
12
clippy = { version = "^0.0.54", optional = true }
13
14
[features]
15
default=[]
16
lints=["clippy"]