1[package] 2name = "ylong_runtime_macros" 3version = "1.0.0" 4edition = "2021" 5description = "Ylong_runtime Procedure Macro" 6license = "Apache-2.0" 7repository = "https://gitee.com/openharmony/commonlibrary_rust_ylong_runtime" 8keywords = ["Ylong", "Runtime", "Procedure", "Macro"] 9 10[lib] 11proc-macro = true 12