mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
9 lines
191 B
INI
9 lines
191 B
INI
[package]
|
|
name = "seccomp"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libc = "0.2.84" |