burrow/burrow-gtk/Cargo.toml
2024-08-17 10:57:18 -07:00

22 lines
561 B
TOML

[package]
name = "burrow-gtk"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
relm4 = { version = "0.6", features = ["libadwaita", "gnome_44"]}
tokio = { version = "1.35.0", features = ["time", "sync"] }
gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
tonic = "0.12"
prost = "0.13"
prost-types = "0.13"
hyper-util = "0.1.6"
tower = "0.4.13"
[build-dependencies]
anyhow = "1.0"
glib-build-tools = "0.18.0"
tonic-build = "0.12"