diff --git a/Cargo.toml b/Cargo.toml index 109d641..bef235a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,13 @@ name = "tiffin" description = "A minimal container runtime for Linux for setting up chroot-like environments" version = "0.3.0" edition = "2021" +categories = ["os::linux-apis", "virtualization"] keywords = ["container", "runtime", "chroot", "linux", "nix"] license = "MIT" +authors = ["Pornpipat 'Cappy Ishihara' Popum "] +repository = "https://github.com/FyraLabs/tiffin" +homepage = "https://github.com/FyraLabs/tiffin" +documentation = "https://docs.rs/tiffin" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 7dc4879..017748a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ It spawned from Katsu's chroot code, which was originally designed for setting u This library does not contain methods for setting up the chroot environment, but will use an existing rootfs to create a jail out of. +Please note that this library is not designed for isolating untrusted workloads. + ## References