caretta-sync/iroh-proto/Cargo.toml

22 lines
576 B
TOML
Raw Normal View History

2025-09-05 06:22:36 +09:00
[package]
name = "iroh-proto"
edition.workspace = true
version = "0.1.0-alpha"
description = "protobuf definition and tonic server implemention for fetch iroh server infomation"
license.workspace = true
repository.workspace = true
[dependencies]
ed25519-dalek = { version = "2.2.0", features = ["signature"] }
futures.workspace = true
iroh.workspace = true
prost.workspace = true
prost-types.workspace = true
tokio-stream.workspace = true
tonic.workspace = true
tonic-prost.workspace = true
thiserror.workspace = true
[build-dependencies]
tonic-prost-build.workspace = true