From 3c2ed3355cb7c5776f4fb2d04b5564bc665133aa Mon Sep 17 00:00:00 2001 From: Bobbie Soedirgo Date: Mon, 25 May 2020 00:05:21 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e498fe3..43293ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "postgrest" version = "0.1.0" authors = ["Bobbie Soedirgo "] +description = "PostgREST client-side library" +homepage = "https://github.com/supabase/postgrest-rs" +repository = "https://github.com/supabase/postgrest-rs" +readme = "README.md" +license = "Apache-2.0 OR MIT" +keywords = ["postgres", "postgrest", "rest", "api"] +categories = ["development-tools"] edition = "2018" [dependencies]