Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/firecracker
Path: blob/main/src/jailer/Cargo.toml
1956 views
1
[package]
2
name = "jailer"
3
version = "0.24.0"
4
authors = ["Amazon Firecracker team <[email protected]>"]
5
edition = "2018"
6
build = "../../build.rs"
7
description = "Process for starting Firecracker in production scenarios; applies a cgroup/namespace isolation barrier and then drops privileges."
8
homepage = "https://firecracker-microvm.github.io/"
9
license = "Apache-2.0"
10
11
[dependencies]
12
libc = ">=0.2.39"
13
regex = ">=1.0.0"
14
15
utils = { path = "../utils" }
16
17