You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
319 B
13 lines
319 B
[package] |
|
name = "sol-json-rpc-1" |
|
version = "0.1.0" |
|
edition = "2024" |
|
|
|
[dependencies] |
|
config = "0.15.11" |
|
futures = "0.3.31" |
|
serde = { version = "1.0.219", features = ["derive"] } |
|
serde_json = "1.0.140" |
|
solana-client = "2.2.7" |
|
solana-sdk = "2.2.2" |
|
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
|
|
|