Files
Glint/Cargo.toml
2026-05-18 14:53:16 +03:00

21 lines
361 B
TOML

[package]
name = "glt"
version = "0.1.0"
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 = "glint"
path = "src/lib.rs"
[[bin]]
name = "glint"
path = "src/main.rs"
[dependencies]