From 5d69ff63ebfd737931571fc8c64ef95aca2e7dcd Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Mon, 31 Oct 2022 12:32:36 +0800 Subject: [PATCH] prepare cozo for crates.io --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f7c49603..0a1f02a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" description = "A general-purpose, transactional, relational database that uses Datalog and focuses on graph data" authors = ["Ziyang Hu"] license = "AGPL-3.0-or-later" +homepage = "https://github.com/cozodb/cozo" +repository = "https://github.com/cozodb/cozo" +documentation = "https://cozodb.github.io/current/manual" exclude = [ "docs/*", "tests/*",