Skip to content

Commit

Permalink
feat(client): provide a client library (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai authored Jul 4, 2024
1 parent b8beb12 commit 1d7f8c4
Show file tree
Hide file tree
Showing 17 changed files with 430 additions and 10 deletions.
247 changes: 247 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
members = [
"crates/cli",
"crates/client",
"crates/core",
"crates/entity",
"crates/migration",
Expand All @@ -21,6 +22,7 @@ base64 = "0.22.1"
chrono = "0.4.38"
dotenv = "0.15.0"
fake = "2.9.2"
graphql_client = "0.14.0"
jsonwebtoken = "9.3"
lazy_static = "1.4.0"
leptos = "0.6"
Expand Down
Loading

0 comments on commit 1d7f8c4

Please sign in to comment.