hacker-challenge/legacy_challenge/Cargo.toml
ghe0 d7b0c3fd2c
start rewrite based on ticket #2
keys go migrated to solana_sdk in a 01b889d
2024-09-10 03:11:46 +03:00

23 lines
511 B
TOML

[package]
name = "hacker-challenge"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.9.0"
async-stream = "0.3.5"
dashmap = "6.0.1"
hex = "0.4.3"
prost = "0.13.1"
prost-types = "0.13.1"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
solana-sdk = "2.0.9"
tabled = "0.16.0"
tokio = { version = "1.39.2", features = ["fs", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.15", features = ["sync"] }
tonic = "0.12.1"
[build-dependencies]
tonic-build = "0.12.1"