From 9aac1f148c2303bd60e4bc1efb73278d1395d4cf Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Thu, 4 Jun 2020 15:53:50 +0200 Subject: [PATCH] Publish Placeholder package to crates.io --- .idea/libips.iml | 3 +++ Cargo.toml | 9 +++++++-- README.md | 4 +++- 3 files changed, 13 insertions(+), 3 deletions(-) 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