From c4b8e98641fac85525aa41eee329553720b16ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 19 Jun 2021 10:07:56 +0200 Subject: [PATCH] add crate metadata --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b4ec05..f064ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] -authors = ["Tomáš Mládek "] -edition = "2018" name = "upend" +description = "A user-oriented all-purpose graph database." +homepage = "https://upendproject.net/" +repository = "https://gitlab.com/tmladek/upend/" +authors = ["Tomáš Mládek "] +license = "AGPL-3.0-or-later" +edition = "2018" version = "0.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html