fix: remov [bin] from Cargo.toml

This commit is contained in:
Faynot
2026-05-18 14:59:38 +03:00
parent 6b8192b9b2
commit 6331769f2a

View File

@@ -10,11 +10,7 @@ keywords = ["ui", "compiler"]
categories = ["compilers"]
[lib]
name = "glint"
name = "glt"
path = "src/lib.rs"
[[bin]]
name = "glint"
path = "src/main.rs"
[dependencies]