rs-dispatch 0.1.0

a crate to wrap IDispatch and Com Objects for simplified use.
Documentation
[dependencies.anyhow]
version = "1.0.81"

[dependencies.serde_json]
version = "1.0.1"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Com", "Win32_System_Ole"]
version = "0.54.0"

[dependencies.windows-interface]
version = "0.53.0"

[package]
authors = ["LiorBuch"]
description = "a crate to wrap IDispatch and Com Objects for simplified use."
edition = "2021"
keywords = ["dll", "com", "windows", "idispatch"]
license = "MIT"
license-file = "LICENSE.txt"
name = "rs-dispatch"
readme = "README.md"
repository = "https://github.com/LiorBuch/RS-Dispatch"
version = "0.1.0"