msg-common 0.1.6

Common functions and types for the msg crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "msg-common"
description = "Common functions and types for the msg crates"

version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
futures.workspace = true
tokio.workspace = true
tokio-util.workspace = true
derive_more.workspace = true
tracing.workspace = true