17 lines
314 B
TOML
17 lines
314 B
TOML
[package]
|
|
name = "glt"
|
|
version = "0.1.1"
|
|
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]
|