riddle 0.0.1

Code gen support for the windows crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.metadata]
package = "windows-metadata"
version = "0.44.0"

[dependencies.syn]
default-features = false
features = ["parsing", "printing", "full"]
version = "1.0"

[package]
authors = ["Microsoft"]
description = "Code gen support for the windows crate"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "riddle"
repository = "https://github.com/microsoft/windows-rs"
version = "0.0.1"