diff --git a/.idea/libips.iml b/.idea/libips.iml index 758ceaa..698cfd5 100644 --- a/.idea/libips.iml +++ b/.idea/libips.iml @@ -6,6 +6,9 @@ + + + diff --git a/Cargo.toml b/Cargo.toml index 1a6d293..efe9521 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,15 @@ [package] name = "libips" -version = "0.1.0" +version = "0.0.1-placeholder" authors = ["Till Wegmueller "] edition = "2018" - +license-file = "LICENSE" +license = "Mozilla Public License, v. 2.0" +description = "The core library for the rust version of the Image Packaging System. Includes Python bindings." +repository = "https://github.com/OpenFlowLabs/libips" +readme = "README.md" +keywords = ["packaging", "illumos"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/README.md b/README.md index 3ebe985..b13b86e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ This repository contains all modules and functions one needs to implement an Image Packaging System based utility. -Be that a server, client or other utilities. \ No newline at end of file +Be that a server, client or other utilities. + +Includes Python bindings with PyO3. \ No newline at end of file