[package] name = "noctisroll" version = "0.1.5" edition = "2021" authors = ["苏向夜 "] description = "Text-based TRPG dice rolling system" license = "AGPL-3.0-only" repository = "https://github.com/noctisynth/noctisroll" readme = "README.md" keywords = ["text-based", "roll", "TRPG"] homepage = "https://github.com/noctisynth/noctisroll" [dependencies] lalrpop-util = { version = "0.22.0", features = ["lexer", "unicode"] } rand = "0.8.5" [build-dependencies] lalrpop = "0.22.0"