Skip to content

Commit

Permalink
Removing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oestradiol committed Sep 19, 2024
1 parent d751f6a commit 5b04cab
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 25 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ atrium-xrpc = { version = "0.11.3", path = "atrium-xrpc" }
atrium-xrpc-client = { version = "0.5.6", path = "atrium-xrpc-client" }
bsky-sdk = { version = "0.1.9", path = "bsky-sdk" }

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

# DAG-CBOR codec
ipld-core = { version = "0.4.1", default-features = false, features = ["std"] }
serde_ipld_dagcbor = { version = "0.6.0", default-features = false, features = ["std"] }
Expand Down
1 change: 0 additions & 1 deletion atrium-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ keywords.workspace = true

[dependencies]
atrium-xrpc.workspace = true
async-trait.workspace = true
chrono = { workspace = true, features = ["serde"] }
http.workspace = true
ipld-core = { workspace = true, features = ["serde"] }
Expand Down
1 change: 0 additions & 1 deletion atrium-xrpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ license.workspace = true
keywords.workspace = true

[dependencies]
async-trait.workspace = true
atrium-xrpc.workspace = true
isahc = { workspace = true, optional = true }
reqwest = { workspace = true, optional = true }
Expand Down
1 change: 0 additions & 1 deletion atrium-xrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ license.workspace = true
keywords.workspace = true

[dependencies]
async-trait.workspace = true
http.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_html_form.workspace = true
Expand Down
1 change: 0 additions & 1 deletion bsky-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ keywords = ["atproto", "bluesky", "atrium", "cli"]

[dependencies]
anyhow.workspace = true
async-trait.workspace = true
bsky-sdk.workspace = true
chrono.workspace = true
clap.workspace = true
Expand Down
1 change: 0 additions & 1 deletion bsky-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ keywords = ["atproto", "bluesky", "atrium", "sdk"]

[dependencies]
anyhow.workspace = true
async-trait.workspace = true
atrium-api.workspace = true
atrium-xrpc-client = { workspace = true, optional = true }
chrono.workspace = true
Expand Down

0 comments on commit 5b04cab

Please sign in to comment.