Skip to content

Commit

Permalink
Remove soroban-rpc crate entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Mar 12, 2024
1 parent 4413ac0 commit 5b5e4aa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
resolver = "2"
members = [
"cmd/crates/stellar-rpc-client",
"cmd/crates/soroban-rpc",
"cmd/soroban-rpc/lib/preflight",
]
default-members = ["cmd/crates/stellar-rpc-client", "cmd/crates/soroban-rpc"]
default-members = ["cmd/crates/stellar-rpc-client"]
#exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
Expand Down
16 changes: 0 additions & 16 deletions cmd/crates/soroban-rpc/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions cmd/crates/soroban-rpc/README.md

This file was deleted.

1 change: 0 additions & 1 deletion cmd/crates/soroban-rpc/src/lib.rs

This file was deleted.

0 comments on commit 5b5e4aa

Please sign in to comment.