Skip to content

Commit 3c2ed33

Browse files
committed
Update Cargo.toml
1 parent 03adace commit 3c2ed33

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "postgrest"
33
version = "0.1.0"
44
authors = ["Bobbie Soedirgo <[email protected]>"]
5+
description = "PostgREST client-side library"
6+
homepage = "https://github.com/supabase/postgrest-rs"
7+
repository = "https://github.com/supabase/postgrest-rs"
8+
readme = "README.md"
9+
license = "Apache-2.0 OR MIT"
10+
keywords = ["postgres", "postgrest", "rest", "api"]
11+
categories = ["development-tools"]
512
edition = "2018"
613

714
[dependencies]

0 commit comments

Comments
 (0)