Skip to content

Commit

Permalink
Add the metadates for publishing a crate.
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <k0ma@utam0k.jp>
  • Loading branch information
utam0k committed Feb 23, 2022
1 parent 673d2e1 commit ff6d86b
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 8 deletions.
30 changes: 26 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[package]
name = "libcgroups"
version = "0.0.2"
description = "Library for cgroup"
license-file = "../../LICENSE"
documentation = "https://docs.rs/libcgroups"
repository = "https://github.com/containers/youki"
homepage = "https://containers.github.io/youki"
readme = "README.md"
authors = ["youki team"]
edition = "2021"
rust-version = "1.58.1"
autoexamples = false
keywords = ["youki", "container", "cgroups"]

[features]
default = ["v1", "v2", "systemd"]
Expand Down
1 change: 1 addition & 0 deletions crates/libcgroups/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# libcgroups
8 changes: 7 additions & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[package]
name = "libcontainer"
version = "0.0.2"
description = "Library for container control"
license-file = "../../LICENSE"
documentation = "https://docs.rs/libcontainer"
repository = "https://github.com/containers/youki"
homepage = "https://containers.github.io/youki"
readme = "README.md"
authors = ["youki team"]
edition = "2021"
rust-version = "1.58.1"
description = "Library for container creation"
keywords = ["youki", "container", "cgroups"]

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions crates/libcontainer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# libcontainer
9 changes: 7 additions & 2 deletions crates/liboci-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[package]
name = "liboci-cli"
version = "0.0.2"
authors = ["youki team"]
edition = "2021"
description = "Parse command line arguments for OCI container runtimes"
license-file = "../../LICENSE"
documentation = "https://docs.rs/liboci-cli"
repository = "https://github.com/containers/youki"
homepage = "https://containers.github.io/youki"
readme = "README.md"
authors = ["youki team"]
edition = "2021"
keywords = ["youki", "container", "oci"]

[dependencies.clap]
version = "3.0.0-beta.5"
Expand Down
8 changes: 7 additions & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[package]
name = "youki"
version = "0.0.2"
description = "A container runtime written in Rust"
license-file = "../../LICENSE"
documentation = "https://docs.rs/youki"
repository = "https://github.com/containers/youki"
homepage = "https://containers.github.io/youki"
readme = "../../README.md"
authors = ["youki team"]
edition = "2021"
description = "A container runtime written in Rust"
build = "build.rs"
keywords = ["youki", "container"]

[dependencies.clap]
version = "3.0.0-beta.5"
Expand Down

0 comments on commit ff6d86b

Please # to comment.