rune/Cargo.toml
Myrddin Dundragon f5780f50c2 Just some basic updating and cleaning up.
- Added comments.
- Ran cargo fmt.
- Updated the versioning.
2025-05-05 18:17:32 -04:00

14 lines
305 B
TOML

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