From 0fbdbea550b1a21cd6127b7f22ba65f5ffa989b2 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Patry Date: Thu, 12 May 2022 19:08:42 +0200 Subject: [PATCH] feat: Add package informations --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8520f6..ef5ecbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,10 @@ name = "heptgen" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "GPL-3.0" +repository = "https://github.com/P-E-P/heptgen" +description = "Generate c interface files from heptagon interface files." +readme = "README.md" [dependencies] clap = { version = "3.1.17", features = ["cargo"] }