aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
blob: 8db7560b14412796be3cf71b3e366db8558aadb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[root]
name = "alias-auto-add"
version = "0.0.1"
dependencies = [
 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "getopts"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"