Skip to content

Commit

Permalink
Add bsky-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed May 29, 2024
1 parent c9bcaa3 commit 1f544e6
Show file tree
Hide file tree
Showing 16 changed files with 3,393 additions and 20 deletions.
101 changes: 85 additions & 16 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ members = [
"atrium-cli",
"atrium-xrpc",
"atrium-xrpc-client",
"bsky-sdk",
]
# Examples show how to use the latest published crates, not the workspace state.
exclude = [
Expand All @@ -27,7 +28,7 @@ atrium-xrpc-client = { version = "0.5.4", path = "atrium-xrpc-client" }

# async in traits
# Can be removed once MSRV is at least 1.75.0.
async-trait = "0.1.68"
async-trait = "0.1.80"

# DAG-CBOR codec
ipld-core = { version = "0.4.0", default-features = false, features = ["std"] }
Expand All @@ -37,9 +38,9 @@ serde_ipld_dagcbor = { version = "0.6.0", default-features = false, features = [
chrono = "0.4"
langtag = "0.3"
regex = "1"
serde = "1.0.160"
serde = "1.0.202"
serde_bytes = "0.11.9"
serde_json = "1.0.96"
serde_json = "1.0.117"
serde_html_form = "0.2.6"

# Networking
Expand All @@ -52,7 +53,7 @@ isahc = "1.7.2"
reqwest = { version = "0.12", default-features = false }

# Errors
anyhow = "1.0.80"
anyhow = "1.0.86"
thiserror = "1.0"

# CLI
Expand Down
Loading

0 comments on commit 1f544e6

Please sign in to comment.