mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
15 lines
264 B
TOML
15 lines
264 B
TOML
[package]
|
|
name = "_7gui"
|
|
version = "0.1.4"
|
|
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
|
edition = "2018"
|
|
publish = false
|
|
license = "GPL-3.0-only"
|
|
|
|
[[bin]]
|
|
path = "booker.rs"
|
|
name = "booker"
|
|
|
|
[dependencies]
|
|
sixtyfps = { path = "../../api/sixtyfps-rs" }
|
|
chrono = "0.4"
|