Skip to content

Commit

Permalink
Add more crate information for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
strykejern committed Oct 15, 2024
1 parent 25fc13f commit c0d5d43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ authors = ["Anders B. Eie"]
version = "0.1.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Supabase client for Rust with support for WASM"
repository = "https://github.com/strykejern/suparust"
readme = "README.md"
keywords = ["supabase", "client", "wasm"]
categories = ["database", "wasm", "web-programming"]

[dependencies]
reqwest = { version = "0.12.7", features = ["json"] }
Expand Down

0 comments on commit c0d5d43

Please sign in to comment.