1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: MIT
3
4[package]
5name = "_7guis"
6version = "1.5.1"
7authors = ["Slint Developers <info@slint.dev>"]
8edition = "2021"
9publish = false
10license = "MIT"
11rust-version.workspace = true
12
13[[bin]]
14path = "booker.rs"
15name = "booker"
16
17[[bin]]
18path = "timer.rs"
19name = "timer"
20
21[[bin]]
22path = "crud.rs"
23name = "crud"
24
25[[bin]]
26path = "circledraw.rs"
27name = "circledraw"
28
29[[bin]]
30path = "cells.rs"
31name = "cells"
32
33
34[dependencies]
35slint = { path = "../../api/rs/slint" }
36chrono = { version = "0.4", default-features = false, features = ["clock", "std"]}
37