rune/Cargo.toml

14 lines
305 B
TOML
Raw Normal View History

2025-04-15 11:32:53 -04:00
[package]
name = "rune"
version = "0.2.0"
2025-04-15 11:32:53 -04:00
edition = "2021"
description = "A lexical analysis library."
2025-04-15 11:32:53 -04:00
repository = "/myrddin/rune"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license-file = "LICENSE.md"
[dependencies]