summaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: ece6f91872d8fdc7dabd31c410b360d6e4530438 (plain) (blame)
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "markdown"
version = "2.1.2"
source = "git+git://benbridle.com/markdown?tag=v2.1.2#5c9ff7c79fec508017ea6c15b2612bc99276a9b6"

[[package]]
name = "recipe"
version = "1.4.0"
source = "git+git://benbridle.com/recipe?tag=v1.4.0#652aaee3130e2ee02742fdcc248ddd1bee285737"

[[package]]
name = "toaster"
version = "1.6.0"
dependencies = [
 "markdown",
 "recipe",
 "vagabond",
 "xflags",
]

[[package]]
name = "vagabond"
version = "1.0.3"
source = "git+git://benbridle.com/vagabond?tag=v1.0.3#fb80ee168e1977230680115304103b80ccf7f1ac"

[[package]]
name = "xflags"
version = "0.4.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6a40f95e4e200baabdfe8b813e3ee754b58407a677141bd2890c28ef4a89c21"
dependencies = [
 "xflags-macros",
]

[[package]]
name = "xflags-macros"
version = "0.4.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6d9b56f406f5754a3808524166b6e6bdfe219c0526e490cfc39ecc0582a4e6"