-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
30 lines (27 loc) · 781 Bytes
/
Cargo.lock
File metadata and controls
30 lines (27 loc) · 781 Bytes
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "activity"
version = "0.0.1"
dependencies = [
"text_io",
"wordexp",
]
[[package]]
name = "libc"
version = "0.2.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
[[package]]
name = "text_io"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb170b4f47dc48835fbc56259c12d8963e542b05a24be2e3a1f5a6c320fd2d4"
[[package]]
name = "wordexp"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83b7ffac65b8db75e7b65d66fbacad6d9d91779518b7024d75108b9ce67266a6"
dependencies = [
"libc",
]