diff --git a/Cargo.toml b/Cargo.toml index ed7d8b6..7c02c9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "cdi" version = "0.1.0" edition = "2021" +license-file = "LICENSE" +description = "CDI (Container Device Interface), is a specification, for container-runtimes, to support third-party devices." +repository = "https://github.com/zvonkok/container-device-interface-rs" +homepage = "https://github.com/cncf-tags/container-device-interface" +readme = "README.md" +categories = ["command-line-utilities"] +keywords = ["container"] [lib] crate-type = ["cdylib", "rlib"]