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/*",