[package]
name = "glyph"
version.workspace = true
description.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
publish = true
readme = false

[[bin]]
name = "glyph"
path = "src/main.rs"

[lib]
path = "src/lib.rs"

[dependencies]
glyph-core = { path = "../glyph-core", version = "0.0.1" }
glyph-cli = { path = "../glyph-cli", version = "0.0.1" }