riddle 0.3.0

Windows metadata compiler
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "riddle"
version = "0.3.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.60"
license = "MIT OR Apache-2.0"
description = "Windows metadata compiler"
repository = "https://github.com/microsoft/windows-rs"
readme = "readme.md"

[dependencies.windows-bindgen]
path = "../../libs/bindgen"
version = "0.55"
default-features = false