[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" } mxaccess-codec = { path = "../mxaccess-codec" } [lints] workspace = true