зеркало из https://github.com/microsoft/com-rs.git
13 строки
306 B
TOML
13 строки
306 B
TOML
[package]
|
|
name = "aggr_co_class"
|
|
version = "0.1.0"
|
|
authors = ["adrianwithah <lim.weiheng.hadrian@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.5", features = ["full"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0.1"
|
|
macro_utils = { path = "../macro_utils" }
|
|
co_class = { path = "../co_class" }
|