mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
17 lines
395 B
TOML
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"
|