[package]
name = "lexaf"
version = "0.1.3"
edition = "2024"
authors = ["ayaan faisal <info@ayaanfaisaal.cc>"]
description = "a custom shell-first lexer, for afsh"
license = "MIT"
repository = "https://github.com/ayaanfaisaall/lexaf"
[lib]
name = "lexaf"
path = "src/lib.rs"
[dependencies]