Skip to content

Commit

Permalink
docs: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jul 19, 2024
1 parent 348beed commit 69dc6cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<https://github.com/util-linux/util-linux/blob/master/sys-utils/unshare.c>
Expand Down

0 comments on commit 69dc6cc

Please sign in to comment.