[package] name = "teeconfig" version = "0.1.0-alpha.1" edition = "2021" authors = ["Edgar "] description = "A teeworlds/ddnet config parser." repository = "https://github.com/edg-l/teeconfig/" license = "AGPL-3.0" keywords = ["ddnet", "teeworlds", "config", "parser"] documentation = "https://docs.rs/teeconfig" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] logos = "0.13.0" lalrpop-util = "0.20.0" bitflags = { version = "2.3.3", features = ["std"] } [build-dependencies] lalrpop = "0.20.0"