10 lines
307 B
TOML
10 lines
307 B
TOML
[package]
|
|
name = "cubeside_event_app_gtk"
|
|
version = "0.1.0"
|
|
authors = ["LunarAkai <akai@lunarakai.de>"]
|
|
description = "A tool that helps with analyzing Events on Cubeside"
|
|
homepage = "https://lunarakai.de"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] }
|