зеркало из https://github.com/microsoft/com-rs.git
Add more metadata to support crate's Cargo.toml file
This commit is contained in:
Родитель
d7f03a169b
Коммит
f136f7521a
|
@ -3,6 +3,12 @@ name = "com_macros"
|
|||
version = "0.1.0"
|
||||
authors = ["Microsoft Corp."]
|
||||
edition = "2018"
|
||||
description = """
|
||||
COM crate macros
|
||||
"""
|
||||
license = "MIT"
|
||||
keywords = ["windows", "ffi", "com", "macros"]
|
||||
repository = "https://github.com/microsoft/com-rs"
|
||||
autotests = false
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -3,6 +3,12 @@ name = "com_macros_support"
|
|||
version = "0.1.0"
|
||||
authors = ["Microsoft Corp."]
|
||||
edition = "2018"
|
||||
description = """
|
||||
Support library for COM crate macros
|
||||
"""
|
||||
license = "MIT"
|
||||
keywords = ["windows", "ffi", "com", "macros"]
|
||||
repository = "https://github.com/microsoft/com-rs"
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.5", features = ["full"] }
|
||||
|
|
Загрузка…
Ссылка в новой задаче