forked from rustache/rustache-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
21 lines (18 loc) · 723 Bytes
/
Cargo.lock
File metadata and controls
21 lines (18 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[root]
name = "cli"
version = "0.0.1"
dependencies = [
"memstream 0.0.1 (git+https://github.com/seanchen1991/rust-memstream.git#97da06df6180cc849c25f38cb1572e1ded5574c9)",
"rustache 0.0.1 (git+https://github.com/rustache/rustache.git#236d28611a6ceca45ad6d1f2f38014c0606f3960)",
]
[[package]]
name = "memstream"
version = "0.0.1"
source = "git+https://github.com/seanchen1991/rust-memstream.git#97da06df6180cc849c25f38cb1572e1ded5574c9"
[[package]]
name = "rustache"
version = "0.0.1"
source = "git+https://github.com/rustache/rustache.git#236d28611a6ceca45ad6d1f2f38014c0606f3960"
dependencies = [
"memstream 0.0.1 (git+https://github.com/seanchen1991/rust-memstream.git#97da06df6180cc849c25f38cb1572e1ded5574c9)",
]