mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-11 15:41:43 +01:00
16 lines
539 B
TOML
16 lines
539 B
TOML
[package]
|
|
name = "console"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
console-api = "0.3"
|
|
tonic = { version = "0.7.2", default_features = false, features = [] }
|
|
hyper = { version = "0.14", default_features = false, features = ["http2", "server", "stream"] }
|
|
thread_local = "1.1"
|
|
tracing = "0.1"
|
|
tracing-core = "0.1"
|
|
tracing-subscriber = { version = "0.3", default_features = false, features = ["registry"] }
|
|
crossbeam-channel = "0.5" |