callcomapi_runtime 0.1.2

Runtime support for callcomapi_macros
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "callcomapi_runtime"

version = "0.1.2"

edition = "2024"

description = "Runtime support for callcomapi_macros"

readme = "README.md"

license = "MIT OR Apache-2.0"

repository = "https://github.com/fangfuzha/callcomapi"

documentation = "https://docs.rs/callcomapi_runtime"



[dependencies]

futures = "0.3"

windows = { version = "0.62", features = ["Win32_System_Com"] }