starknet_in_rust icon indicating copy to clipboard operation
starknet_in_rust copied to clipboard

feat: Release rpc_state_reader on crates.io

Open pistomat opened this issue 2 years ago • 2 comments

The crate rpc_state_reader is not exposed in starknet_in_rust and therefore one needs to import it in Cargo.toml with

[dependencies]
rpc_state_reader = { git = "https://github.com/lambdaclass/starknet_in_rust.git", package = "rpc_state_reader", tag = "v0.4.0"}

Could you either re-export it in the starknet_in_rust package or release as a standalone crate on crates.io to avoid importing rpc_state_reader straight from git?

pistomat avatar Oct 19 '23 11:10 pistomat

Hi! We are working right now on modularizing it and make it easier to use as a library. We will publish it as a crate too.

juanbono avatar Oct 19 '23 14:10 juanbono

Great to hear that, looking forward to it!

pistomat avatar Oct 20 '23 08:10 pistomat