fetchingsolanatransaction 0.1.0

A crate to get the new launched block data in the solana
[dependencies.reqwest]
version = "0.12.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tokio-tungstenite]
version = "0.23.0"

[dependencies.tungstenite]
features = ["native-tls"]
version = "0.23.0"

[dependencies.url]
version = "2.2.2"

[package]
authors = ["Goup9"]
description = "A crate to get the new launched block data in the solana"
edition = "2021"
exclude = ["transactions/*", ".gitignore"]
license = "MIT OR Apache-2.0"
name = "fetchingsolanatransaction"
version = "0.1.0"