refactor: move project to lib crate

This commit is contained in:
Faynot
2026-05-18 14:38:31 +03:00
parent 762af99f1d
commit 355844980a
3 changed files with 16 additions and 302 deletions

View File

@@ -3,4 +3,12 @@ name = "glint"
version = "0.1.0"
edition = "2024"
[lib]
name = "glint"
path = "src/lib.rs"
[[bin]]
name = "glint"
path = "src/main.rs"
[dependencies]