slint-test/testbackend/Cargo.toml

16 lines
370 B
TOML

[package]
name = "testbackend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
slint = "1.0"
# testfrontend.workspace = true
testfrontend = "*"
chrono = { version = "0.4", default-features = false, features = ["clock", "std"]}
[build-dependencies]
slint-build = "1.0"