hacker-challenge/Cargo.toml
2024-08-15 01:11:38 +03:00

19 lines
378 B
TOML

[package]
name = "hacker-challenge"
version = "0.1.0"
edition = "2021"
[dependencies]
ed25519-dalek = { version = "2.1.1", features = ["rand_core", "serde"] }
hex = "0.4.3"
once_cell = "1.19.0"
prost = "0.13.1"
rand = "0.8.5"
salvo = "0.70.0"
tabled = "0.16.0"
tokio = { version = "1.39.2", features = ["macros"] }
tonic = "0.12.1"
[build-dependencies]
tonic-build = "0.12.1"