lua-patterns/Cargo.toml

17 lines
369 B
TOML
Raw Normal View History

2017-04-17 06:16:52 -05:00
[package]
name = "lua-patterns"
version = "0.1.1"
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"
2017-04-17 06:16:52 -05:00
build = "build.rs"
2017-04-21 06:30:17 -05:00
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
[build-dependencies]
gcc="0.3"