lua-patterns/Cargo.toml

16 lines
360 B
TOML
Raw Permalink Normal View History

2017-04-17 06:16:52 -05:00
[package]
name = "lua-patterns"
2018-12-10 00:45:08 -06:00
version = "0.3.0"
2017-04-17 06:16:52 -05:00
authors = ["steve donovan <steve.j.donovan@gmail.com>"]
2017-04-21 06:30:17 -05:00
description = "Binding to Lua String Patterns"
license = "MIT"
repository = "https://github.com/stevedonovan/lua-patterns"
2017-04-22 03:34:09 -05:00
documentation = "https://docs.rs/lua-patterns"
2017-04-17 06:16:52 -05:00
2017-04-21 06:30:17 -05:00
keywords = ["string","matching","lua"]
2017-04-17 06:16:52 -05:00
categories = ["parsing","api-bindings"]
2017-04-17 06:16:52 -05:00