Skip to content

Commit fc92f08

Browse files
authored
soroban-rpc: refactor libpreflight (stellar#875)
1 parent 86bc457 commit fc92f08

File tree

7 files changed

+577
-446
lines changed

7 files changed

+577
-446
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/soroban-rpc/lib/preflight/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ publish = false
77
crate-type = ["staticlib"]
88

99
[dependencies]
10-
# TODO: base64 and thiserror are also used by the CLI,
11-
# should we make them workspace dependencies?
10+
anyhow = "1.0.75"
1211
base64 = { workspace = true }
1312
thiserror = { workspace = true }
1413
libc = "0.2.147"
1514
sha2 = { workspace = true }
1615
soroban-env-host = { workspace = true }
16+

0 commit comments

Comments
 (0)