This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.lock
70 lines (60 loc) · 2.56 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[root]
name = "paste"
version = "0.0.0"
dependencies = [
"mysql 0.0.0 (git+https://github.com/Indiv0/rust-mysql-simple#a390eb7a70584f7801fa994dbaaa2fe15fc35301)",
"nickel 0.1.0 (git+https://github.com/nickel-org/nickel.rs#8c8b656700ffb41a498d0e6806817c32066abab1)",
"url 0.1.0 (git+https://github.com/servo/rust-url#bfdf809365600a7941a77524f9bb065886de3379)",
]
[[package]]
name = "anymap"
version = "0.9.0"
source = "git+https://github.com/chris-morgan/anymap.git#ad7ea81ba60233358fe3a025f08ee05537c3eb4d"
[[package]]
name = "encoding"
version = "0.1.0"
source = "git+https://github.com/lifthrasiir/rust-encoding#35f0d70f65f73ba16f296f9ec675eddee661ba79"
[[package]]
name = "http"
version = "0.1.0-pre"
source = "git+https://github.com/chris-morgan/rust-http.git#c1d601c1150ec6e10067dc0e022590277985b785"
dependencies = [
"openssl 0.0.0 (git+https://github.com/sfackler/rust-openssl.git#a495465b75ffb18ff2303c5a11a103e00a15a13d)",
"url 0.1.0 (git+https://github.com/servo/rust-url#bfdf809365600a7941a77524f9bb065886de3379)",
]
[[package]]
name = "lazy_static"
version = "0.1.0"
source = "git+https://github.com/Kimundi/lazy-static.rs#e62a65372f1dd9019e37eb9381d819edff80e360"
[[package]]
name = "mysql"
version = "0.0.0"
source = "git+https://github.com/Indiv0/rust-mysql-simple#a390eb7a70584f7801fa994dbaaa2fe15fc35301"
dependencies = [
"lazy_static 0.1.0 (git+https://github.com/Kimundi/lazy-static.rs#e62a65372f1dd9019e37eb9381d819edff80e360)",
]
[[package]]
name = "nickel"
version = "0.1.0"
source = "git+https://github.com/nickel-org/nickel.rs#8c8b656700ffb41a498d0e6806817c32066abab1"
dependencies = [
"anymap 0.9.0 (git+https://github.com/chris-morgan/anymap.git#ad7ea81ba60233358fe3a025f08ee05537c3eb4d)",
"http 0.1.0-pre (git+https://github.com/chris-morgan/rust-http.git#c1d601c1150ec6e10067dc0e022590277985b785)",
"rust-mustache 0.3.0 (git+https://github.com/erickt/rust-mustache.git#687d8fa41f998ec73c891de3f8ef41b4d3dc7b32)",
"url 0.1.0 (git+https://github.com/servo/rust-url#bfdf809365600a7941a77524f9bb065886de3379)",
]
[[package]]
name = "openssl"
version = "0.0.0"
source = "git+https://github.com/sfackler/rust-openssl.git#a495465b75ffb18ff2303c5a11a103e00a15a13d"
[[package]]
name = "rust-mustache"
version = "0.3.0"
source = "git+https://github.com/erickt/rust-mustache.git#687d8fa41f998ec73c891de3f8ef41b4d3dc7b32"
[[package]]
name = "url"
version = "0.1.0"
source = "git+https://github.com/servo/rust-url#bfdf809365600a7941a77524f9bb065886de3379"
dependencies = [
"encoding 0.1.0 (git+https://github.com/lifthrasiir/rust-encoding#35f0d70f65f73ba16f296f9ec675eddee661ba79)",
]