1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
3
4[package]
5name = "test-driver-nodejs"
6authors.workspace = true
7edition.workspace = true
8homepage.workspace = true
9license.workspace = true
10repository.workspace = true
11rust-version.workspace = true
12version.workspace = true
13publish = false
14
15[[bin]]
16path = "main.rs"
17name = "test-driver-nodejs"
18
19[dev-dependencies]
20test_driver_lib = { path = "../driverlib" }
21# Require `artifact` dependencies tracked by rust RFC 3028
22#slint-node = { path = "../../../api/node", artifact = ["cdylib"] }
23lazy_static = "1.4.0"
24which = "7.0"
25tempfile = "3.2"
26
27[build-dependencies]
28test_driver_lib = { path = "../driverlib" }
29