]> git.scottworley.com Git - voter/blob - Cargo.lock
Start with the cgi example usage
[voter] / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "bytes"
7 version = "1.2.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
10
11 [[package]]
12 name = "cgi"
13 version = "0.6.0"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "a71d44b66aa4d9229907c0126271215210037fc179437a2e92746ba6bc6e0a00"
16 dependencies = [
17 "http",
18 ]
19
20 [[package]]
21 name = "fnv"
22 version = "1.0.7"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
25
26 [[package]]
27 name = "http"
28 version = "0.2.8"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
31 dependencies = [
32 "bytes",
33 "fnv",
34 "itoa",
35 ]
36
37 [[package]]
38 name = "itoa"
39 version = "1.0.4"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
42
43 [[package]]
44 name = "voter"
45 version = "0.1.0"
46 dependencies = [
47 "cgi",
48 ]