-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
38 lines (33 loc) · 995 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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "libc"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
[[package]]
name = "libseccomp"
version = "0.2.3"
source = "git+https://github.com/libseccomp-rs/libseccomp-rs.git?rev=4ae91b5#4ae91b56ede012453d42f88dc6e7105d69aa7be4"
dependencies = [
"libc",
"libseccomp-sys",
"pkg-config",
]
[[package]]
name = "libseccomp-sys"
version = "0.2.1"
source = "git+https://github.com/libseccomp-rs/libseccomp-rs.git?rev=4ae91b5#4ae91b56ede012453d42f88dc6e7105d69aa7be4"
[[package]]
name = "openat_dialog_poc"
version = "0.1.0"
dependencies = [
"libc",
"libseccomp",
]
[[package]]
name = "pkg-config"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"