mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-25 20:15:01 +01:00
25 lines
683 B
TOML
25 lines
683 B
TOML
[package]
|
|
name = "yaak_grpc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tonic = "0.10.2"
|
|
prost = "0.12"
|
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "fs"] }
|
|
tonic-reflection = "0.10.2"
|
|
tokio-stream = "0.1.14"
|
|
prost-types = "0.12.3"
|
|
serde = { version = "1.0.196", features = ["derive"] }
|
|
serde_json = "1.0.113"
|
|
prost-reflect = { version = "0.12.0", features = ["serde", "derive"] }
|
|
log = "0.4.20"
|
|
anyhow = "1.0.79"
|
|
hyper = { version = "0.14" }
|
|
hyper-rustls = { version = "0.24.0", features = ["http2"] }
|
|
uuid = { version = "1.7.0", features = ["v4"] }
|
|
tauri = { workspace = true }
|
|
tauri-plugin-shell = { workspace = true }
|
|
md5 = "0.7.0"
|
|
dunce = "1.0.4"
|