mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 21:03:00 +00:00
27 lines
738 B
TOML
27 lines
738 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
|
|
|
|
[package]
|
|
name = "test-driver-nodejs"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
|
|
[[bin]]
|
|
path = "main.rs"
|
|
name = "test-driver-nodejs"
|
|
|
|
[dev-dependencies]
|
|
test_driver_lib = { path = "../driverlib" }
|
|
# Require `artifact` dependencies tracked by rust RFC 3028
|
|
#slint-node = { path = "../../../api/node", artifact = ["cdylib"] }
|
|
which = "8.0"
|
|
tempfile = "3.2"
|
|
|
|
[build-dependencies]
|
|
test_driver_lib = { path = "../driverlib" }
|