Files
Glint/Cargo.toml
2026-05-18 15:00:09 +03:00

17 lines
314 B
TOML

[package]
name = "glt"
version = "0.1.2"
edition = "2024"
description = "Glint compiler library"
license = "MIT"
repository = "https://git.inotfail.com/INotFail/Glint"
readme = "README.md"
keywords = ["ui", "compiler"]
categories = ["compilers"]
[lib]
name = "glt"
path = "src/lib.rs"
[dependencies]