slint/internal/compiler/parser-test-macro/Cargo.toml
2022-03-10 08:48:33 +00:00

17 lines
395 B
TOML

# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
[package]
name = "i-slint-parser-test-macro"
version = "0.2.2"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2021"
publish = false
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
[lib]
proc-macro = true
path = "lib.rs"
[dependencies]
quote = "1.0"