-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.lock
46 lines (40 loc) · 846 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
42
43
44
45
46
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "linux-rust-bindings"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109280d660e557dfa6474e3b1bbe04272ba3fa5c5e5ce73b394c7b224f082caa"
[[package]]
name = "rusl"
version = "0.3.1"
dependencies = [
"linux-rust-bindings",
"sc",
]
[[package]]
name = "sc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "010e18bd3bfd1d45a7e666b236c78720df0d9a7698ebaa9c1c559961eb60a38b"
[[package]]
name = "tiny-cli"
version = "0.3.1"
dependencies = [
"tiny-std",
]
[[package]]
name = "tiny-start"
version = "0.1.3"
dependencies = [
"rusl",
]
[[package]]
name = "tiny-std"
version = "0.2.4"
dependencies = [
"rusl",
"sc",
"tiny-start",
]