blob: 3afc5efae197cf1c99861e246fb3cac3ba48b144 (
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 = "3.2.0"
source = "git+git://benbridle.com/markdown?tag=v3.2.0#883a2a63023ea9b1e4b2bb51831ea1dafcb7346a"
[[package]]
name = "recipe"
version = "1.4.0"
source = "git+git://benbridle.com/recipe?tag=v1.4.0#652aaee3130e2ee02742fdcc248ddd1bee285737"
[[package]]
name = "toaster"
version = "1.7.0"
dependencies = [
"markdown",
"recipe",
"vagabond",
"xflags",
]
[[package]]
name = "vagabond"
version = "1.1.0"
source = "git+git://benbridle.com/vagabond?tag=v1.1.0#6e759a3abb3bc3e5da42d69a6f20ec2c31eb33de"
[[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"
|