mirror of
https://github.com/containers/youki
synced 2025-11-10 02:48:42 +01:00
* Update basic_setup.md Signed-off-by: bells17 <bells171@gmail.com> * Edit the commented content Signed-off-by: bells17 <bells171@gmail.com> * Standardize format: add "$ " prefix to commands and sudo to systemctl Signed-off-by: bells17 <bells171@gmail.com> * Use https://github.com/youki-dev/youki Signed-off-by: bells17 <bells171@gmail.com> * Edit the commented content Signed-off-by: bells17 <bells171@gmail.com> * Edit the commented content Signed-off-by: bells17 <bells171@gmail.com> * Fix command format in docs Signed-off-by: bells17 <bells171@gmail.com> --------- Signed-off-by: bells17 <bells171@gmail.com>
19 lines
508 B
INI
19 lines
508 B
INI
[package]
|
|
name = "selinux"
|
|
version = "0.1.0"
|
|
description = "Library for selinux"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/youki-dev/youki"
|
|
homepage = "https://youki-dev.github.io/youki/"
|
|
readme = "README.md"
|
|
authors = ["youki team"]
|
|
edition = "2024"
|
|
autoexamples = true
|
|
keywords = ["youki", "container", "selinux"]
|
|
|
|
[dependencies]
|
|
nix = { version = "0.29.0", features = ["process", "fs", "socket"] }
|
|
rustix = { version = "0.38.34", features = ["fs"] }
|
|
tempfile = "3.17.1"
|
|
thiserror = "1.0.61"
|