From db563988d48d9e800d2ae719174889436490dd89 Mon Sep 17 00:00:00 2001 From: Fabian Thorand Date: Wed, 13 Oct 2021 14:05:06 +0200 Subject: [PATCH] Add additional crate metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 01848dc..e8236ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,10 @@ [package] name = "logru" version = "0.2.0" +description = "A small, embeddable and fast interpreter for a subset of Prolog." +keywords = ["prolog", "logic-programming", "first-order-logic"] +categories = ["compilers", "algorithms", "mathematics"] +repository = "https://github.com/fatho/logru/" authors = ["Fabian Thorand "] edition = "2018" license = "MIT OR Apache-2.0"