forked from rustcc/rust-by-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
21 lines (18 loc) · 775 Bytes
/
Cargo.lock
File metadata and controls
21 lines (18 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[[package]]
name = "regex"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc-serialize"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "update"
version = "0.0.1"
dependencies = [
"regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6d9417e063bbf68956d0c4c348f85d36e344a6bfddfe2547bf03a382842f7a9f"
"checksum rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5d5b5a369aafd57a8ae5613d15d4403e60d1b66c8e9e86a5a778b1db1b76d4a5"