20 lines
571 B
TOML
20 lines
571 B
TOML
[package]
|
|
name = "mxaccess-callback"
|
|
description = "TCP listener + RPC server for INmxSvcCallback and IRemUnknown (the callback exporter)."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
mxaccess-rpc = { path = "../mxaccess-rpc", version = "0.0.0" }
|
|
mxaccess-codec = { path = "../mxaccess-codec", version = "0.0.0" }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
rand = "0.8"
|
|
|
|
[lints]
|
|
workspace = true
|