Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unused dependencies #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 0 additions & 77 deletions Cargo.lock

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

27 changes: 8 additions & 19 deletions bin/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,19 @@ name = "near-light-client"
version.workspace = true

[dependencies]
anyhow.workspace = true
async-trait.workspace = true
axum.workspace = true
borsh.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
sled.workspace = true
thiserror.workspace = true
tokio.workspace = true
anyhow.workspace = true
async-trait.workspace = true
axum.workspace = true
borsh.workspace = true
coerce.workspace = true
config.workspace = true
either.workspace = true
futures.workspace = true
hex.workspace = true
itertools.workspace = true
log.workspace = true
near-primitives.workspace = true
pretty_env_logger.workspace = true
protobuf.workspace = true

near-crypto.workspace = true
near-jsonrpc-client.workspace = true
near-primitives-core.workspace = true
near-primitives.workspace = true
serde.workspace = true
sled.workspace = true
tokio.workspace = true

protocol = { path = "../../crates/protocol", package = "near-light-client-protocol" }
rpc = { path = "../../crates/rpc", package = "near-light-client-rpc" }
Expand Down
12 changes: 0 additions & 12 deletions crates/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,14 @@ version.workspace = true
anyhow.workspace = true
async-trait.workspace = true
borsh.workspace = true
either.workspace = true
futures.workspace = true
itertools.workspace = true
log.workspace = true
near-crypto.workspace = true
near-jsonrpc-client.workspace = true
near-jsonrpc-primitives.workspace = true
near-primitives-core.workspace = true
near-primitives.workspace = true
serde.workspace = true
thiserror.workspace = true

# async-trait.workspace = true
# axum.workspace = true
# coerce.workspace = true
# config.workspace = true
# near-jsonrpc-client.workspace = true
# protobuf.workspace = true
# reqwest.workspace = true
# sled.workspace = true

[dev-dependencies]
hex.workspace = true
Expand Down
21 changes: 2 additions & 19 deletions crates/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,10 @@ name = "test-utils"
version.workspace = true

[dependencies]
anyhow.workspace = true
borsh.workspace = true
derive_more.workspace = true
either.workspace = true
itertools.workspace = true
log.workspace = true
near-crypto.workspace = true
near-jsonrpc-primitives.workspace = true
near-light-client-protocol.workspace = true
near-primitives-core.workspace = true
near-primitives.workspace = true
pretty_assertions.workspace = true
pretty_env_logger.workspace = true
serde.workspace = true
thiserror.workspace = true
# async-trait.workspace = true
# near-jsonrpc-client.workspace = true
# protobuf.workspace = true
# reqwest.workspace = true
# sled.workspace = true

hex.workspace = true
pretty_env_logger.workspace = true
rand = "*"
serde_json.workspace = true
serde_json.workspace = true
2 changes: 0 additions & 2 deletions nearx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ version.workspace = true

[dependencies]
async-trait.workspace = true
borsh.workspace = true
cfg-if = "1.0.0"
ethers = "2.0.11"
hex.workspace = true
log.workspace = true
pretty_assertions = "1.4.0"
serde.workspace = true
Expand Down
Loading