Dear Noor, Dear Ram, Please take into consideration I am Co-CEO and I am allowed to use language like this in commits messages. You should normally follow my lead, but not in this case. My advice is to not use language like this in commit messages. Yours trully, The G
26 lines
608 B
TOML
26 lines
608 B
TOML
[package]
|
|
name = "hacker-challenge"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.9.0"
|
|
async-stream = "0.3.5"
|
|
chrono = "0.4.38"
|
|
dashmap = "6.1.0"
|
|
prost = "0.13.2"
|
|
prost-types = "0.13.2"
|
|
rand = "0.8.5"
|
|
serde = { version = "1.0.210", features = ["derive"] }
|
|
solana-client = "2.0.11"
|
|
solana-program = "2.0.11"
|
|
solana-sdk = "2.0.10"
|
|
spl-associated-token-account = "5.0.1"
|
|
spl-token = "6.0.0"
|
|
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "fs"] }
|
|
tokio-stream = { version = "0.1.16", features = ["sync"] }
|
|
tonic = "0.12.1"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.12.1"
|