refactor: Cargo.toml
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
name = "glint"
|
name = "glint"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
description = "Glint compiler library"
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://git.inotfail.com/INotFail/Glint"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["ui", "compiler"]
|
||||||
|
categories = ["compilers"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "glint"
|
name = "glint"
|
||||||
|
|||||||
Reference in New Issue
Block a user