application-launcher/Cargo.toml
Kalle Struik 93131165ee Math module
Yes this is a full math parser and interpreter
2025-06-25 12:08:38 +02:00

12 lines
243 B
TOML

[package]
name = "application-launcher"
version = "0.1.0"
edition = "2024"
[dependencies]
gtk = { package = "gtk4", version = "0.9.6" }
gtk4-layer-shell = "0.5.0"
nucleo-matcher = "0.3.1"
regex = "1.11.1"
shlex = "1.3.0"
thiserror = "2.0.12"