1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: MIT
3
4[package]
5name = "_7guis"
6version = "1.11.0"
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 = "crud.rs"
19name = "crud"
20
21[[bin]]
22path = "circledraw.rs"
23name = "circledraw"
24
25[[bin]]
26path = "cells.rs"
27name = "cells"
28
29
30[dependencies]
31slint = { path = "../../api/rs/slint" }
32chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
33