1
0
mirror of https://github.com/fluencelabs/examples synced 2025-03-15 07:40:52 +00:00
renovate[bot] f39cf807a6
fix(deps): update marine rust sdk ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-01 13:43:53 -05:00

25 lines
588 B
TOML

[package]
name = "eth-rpc"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "eth-rpc"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
web3 = { version = "0.18.0", features = [], default-features = false }
#async-std = "1.12.0" # async-std does not support wasm32-wasi
serde_json = "1.0.91"
serde = "1.0.152"
jsonrpc-core = "18.0.0"
tokio = { version = "1.24.1", default-features = false, features = ["rt"] }
eyre = "0.6.8"
marine-rs-sdk = "0.10.1"
[dev-dependencies]
marine-rs-sdk-test = "0.11.0"