slint/internal/compiler/parser-test-macro/Cargo.toml
2023-02-03 11:07:15 +01: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 = "1.0.0"
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"