File tree 4 files changed +576
-164
lines changed
4 files changed +576
-164
lines changed Original file line number Diff line number Diff line change
1
+ [package ]
2
+ name = " playground"
3
+ version = " 0.0.1"
4
+ authors = [" The Rust Playground" ]
5
+
1
6
[dependencies ]
2
7
advapi32-sys = " 0.2.0"
3
8
aho-corasick = " 0.6.2"
@@ -58,14 +63,14 @@ quote = "0.3.12"
58
63
rand = " 0.3.15"
59
64
regex = " 0.2.1"
60
65
regex-syntax = " 0.4.0"
61
- rust-crypto = " 0.2.36"
62
66
rustc-serialize = " 0.3.22"
63
67
rustc_version = " 0.1.7"
64
68
semver = " 0.6.0"
65
69
semver-parser = " 0.7.0"
66
- serde = " 0.9.6 "
70
+ serde = " 0.9.7 "
67
71
serde_codegen = " 0.9.0"
68
72
serde_codegen_internals = " 0.13.0"
73
+ serde_derive = " 0.9.7"
69
74
serde_json = " 0.9.5"
70
75
siphasher = " 0.2.1"
71
76
slab = " 0.3.0"
@@ -86,7 +91,7 @@ toml = "0.2.1"
86
91
traitobject = " 0.1.0"
87
92
typeable = " 0.1.2"
88
93
unicase = " 1.4.0"
89
- unicode-bidi = " 0.2.4 "
94
+ unicode-bidi = " 0.2.5 "
90
95
unicode-normalization = " 0.1.4"
91
96
unicode-segmentation = " 1.1.0"
92
97
unicode-width = " 0.1.4"
@@ -102,8 +107,3 @@ winapi = "0.2.8"
102
107
winapi-build = " 0.1.1"
103
108
ws2_32-sys = " 0.2.1"
104
109
xml-rs = " 0.3.5"
105
-
106
- [package ]
107
- authors = [" The Rust Playground" ]
108
- name = " playground"
109
- version = " 0.0.1"
You can’t perform that action at this time.
0 commit comments