2021-06-25 01:31:45 +03:00
|
|
|
[package]
|
|
|
|
name = "windows-app"
|
2021-07-10 00:00:51 +03:00
|
|
|
version = "0.17.2"
|
2021-06-25 01:31:45 +03:00
|
|
|
authors = ["Microsoft"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
description = "Windows App SDK"
|
|
|
|
repository = "https://github.com/microsoft/windows-app-rs"
|
|
|
|
documentation = "https://docs.rs/windows-app"
|
2021-07-06 21:40:50 +03:00
|
|
|
readme = ".github/readme.md"
|
2021-07-01 21:11:55 +03:00
|
|
|
exclude = [".github", "docs"]
|
2021-06-25 01:31:45 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2021-07-10 00:00:51 +03:00
|
|
|
windows = "0.17.2"
|
2021-07-01 21:11:55 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
2021-07-10 00:00:51 +03:00
|
|
|
windows = "0.17.2"
|