From c3bcb4d241e326d044be949b0afa4fbc0fa12605 Mon Sep 17 00:00:00 2001 From: Bernard Kolobara Date: Tue, 20 Oct 2020 15:33:16 +0200 Subject: [PATCH] Add missing manifest fields --- .gitignore | 1 + stdlib/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf7f..d7a6bbb47 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +/*/target \ No newline at end of file diff --git a/stdlib/Cargo.toml b/stdlib/Cargo.toml index 00c7f16a6..d091b32b7 100644 --- a/stdlib/Cargo.toml +++ b/stdlib/Cargo.toml @@ -3,6 +3,9 @@ name = "lunatic" version = "0.1.0" authors = ["Bernard Kolobara "] edition = "2018" +description = "This library contains higher level wrappers for low level Lunatic syscalls." +license = "Apache-2.0/MIT" +readme = "Readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html