refactor: move project to lib crate
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user