-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
41 lines (36 loc) · 1005 Bytes
/
Cargo.lock
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "cc"
version = "1.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda"
dependencies = [
"shlex",
]
[[package]]
name = "flanterm"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d952f6a34aab79341bd9faee86b4449260bf1d6d328e49058141c86e414fb96a"
dependencies = [
"cc",
]
[[package]]
name = "limone"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ea8d1257fb9b9be68ef3cc48c26e11cf4c34a88be8888636d425a2fbfcb1d2"
[[package]]
name = "piuma"
version = "0.1.0"
dependencies = [
"flanterm",
"limone",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"