11 lines
188 B
TOML
11 lines
188 B
TOML
[package]
|
|
name = "lib"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ab_glyph = "0.2.32"
|
|
anyhow = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|