Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs committed Oct 26, 2024
1 parent ab8ed7e commit c3cd357
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/postgrest-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[package]
name = "rp-postgrest-error"
description = """
strongly typed errors for PostgREST
"""
version.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions crates/supabase-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "rp-supabase-auth"
version.workspace = true
authors.workspace = true
description = """
A Rust client library for interacting with Supabase’s Authentication API.
"""
repository.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions crates/supabase-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[package]
name = "rp-supabase-client"
description = """
Supabase PostgREST client wrapper with auth capabilities
"""
version.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions crates/supabase-mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[package]
name = "rp-supabase-mock"
version.workspace = true
description = """
Mock client for supabase auth module, useful for tests
"""
authors.workspace = true
repository.workspace = true
homepage.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions crates/supabase-realtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[package]
name = "rp-supabase-realtime"
description = """
Supabase Realtime client with Auth and subscription capabilities
"""
version.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down

0 comments on commit c3cd357

Please sign in to comment.