From feb3e0feacdd10871598e1a0424f61cf5ccd738b Mon Sep 17 00:00:00 2001 From: Benjamin Levin Date: Mon, 20 Jun 2022 19:22:35 -0500 Subject: [PATCH] Update cargo package manifest Signed-off-by: Benjamin Levin --- Cargo.toml | 4 ++++ README.md | 4 ++++ README.rst | 5 ----- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/Cargo.toml b/Cargo.toml index 3b2d100..70bb6e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "rust-criu" version = "0.1.0" edition = "2021" +description = "Rust bindings for CRIU" +repository = "https://github.com/checkpoint-restore/rust-criu" +readme = "README.md" +license-file = "LICENSE" [dependencies] libc = "0.2" diff --git a/README.md b/README.md new file mode 100644 index 0000000..c702e6f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# rust-criu + +`rust-criu` provides an interface to use [CRIU](https://criu.org/) in the +same way as [go-criu](https://github.com/checkpoint-restore/go-criu) does. diff --git a/README.rst b/README.rst deleted file mode 100644 index ceac9b1..0000000 --- a/README.rst +++ /dev/null @@ -1,5 +0,0 @@ -rust-criu -========= - -`rust-criu` provides an interface to use `CRIU `_ in the -same way as `go-criu `_ does.