fix: Cargo.toml

This commit is contained in:
Faynot
2026-05-18 14:53:16 +03:00
parent 989a84bea7
commit 9696f8f4ba
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3,5 +3,5 @@
version = 4 version = 4
[[package]] [[package]]
name = "glint" name = "glt"
version = "0.1.0" version = "0.1.0"

View File

@@ -1,5 +1,5 @@
[package] [package]
name = "glint" name = "glt"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
description = "Glint compiler library" description = "Glint compiler library"