comparison rust/Cargo.lock @ 591:4a944663fa8d rust

more skeleton
author Matt Johnston <matt@ucc.asn.au>
date Fri, 23 Dec 2016 00:33:19 +0800
parents dccd8504aa38
children 03b48ec0bb03
comparison
equal deleted inserted replaced
590:dccd8504aa38 591:4a944663fa8d
1 [root] 1 [root]
2 name = "wort-templog" 2 name = "wort-templog"
3 version = "0.1.0" 3 version = "0.1.0"
4 dependencies = [ 4 dependencies = [
5 "futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 5 "futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
6 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
6 "tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 7 "tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
7 ] 8 ]
8 9
9 [[package]] 10 [[package]]
10 name = "bitflags" 11 name = "bitflags"
99 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", 100 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
100 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 101 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
101 ] 102 ]
102 103
103 [[package]] 104 [[package]]
105 name = "rustc-serialize"
106 version = "0.3.22"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108
109 [[package]]
104 name = "rustc_version" 110 name = "rustc_version"
105 version = "0.1.7" 111 version = "0.1.7"
106 source = "registry+https://github.com/rust-lang/crates.io-index" 112 source = "registry+https://github.com/rust-lang/crates.io-index"
107 dependencies = [ 113 dependencies = [
108 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", 114 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
169 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" 175 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
170 "checksum mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "410a1a0ff76f5a226f1e4e3ff1756128e65cd30166e39c3892283e2ac09d5b67" 176 "checksum mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "410a1a0ff76f5a226f1e4e3ff1756128e65cd30166e39c3892283e2ac09d5b67"
171 "checksum miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5bfc6782530ac8ace97af10a540054a37126b63b0702ddaaa243b73b5745b9a" 177 "checksum miow 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d5bfc6782530ac8ace97af10a540054a37126b63b0702ddaaa243b73b5745b9a"
172 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" 178 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2"
173 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" 179 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b"
180 "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b"
174 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" 181 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
175 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" 182 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
176 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" 183 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
177 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" 184 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
178 "checksum tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06f40e15561569e24dab3dcf270c0bb950195b84dbed591dfb6591e28c9b9cff" 185 "checksum tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06f40e15561569e24dab3dcf270c0bb950195b84dbed591dfb6591e28c9b9cff"