lua-patterns/Cargo.toml

18 lines
410 B
TOML
Raw Normal View History

2017-04-17 06:16:52 -05:00
[package]
name = "lua-patterns"
version = "0.1.0"
authors = ["steve donovan <steve.j.donovan@gmail.com>"]
2017-04-21 06:30:17 -05:00
description = "Binding to Lua String Patterns"
2017-04-17 06:16:52 -05:00
build = "build.rs"
2017-04-21 06:30:17 -05:00
license = "MIT"
license-file = "LICENSE.txt"
repository = "https://github.com/stevedonovan/lua-patterns"
documentation = "https://docs.rs/lapp/0.1.0/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
[build-dependencies]
gcc="0.3"