lua-patterns/Cargo.toml
Steve Donovan 4fbcbaed1d 0.1.0
2017-04-21 13:30:17 +02:00

18 lines
410 B
TOML

[package]
name = "lua-patterns"
version = "0.1.0"
authors = ["steve donovan <steve.j.donovan@gmail.com>"]
description = "Binding to Lua String Patterns"
build = "build.rs"
license = "MIT"
license-file = "LICENSE.txt"
repository = "https://github.com/stevedonovan/lua-patterns"
documentation = "https://docs.rs/lapp/0.1.0/lua-patterns/"
keywords = ["string","matching","lua"]
[build-dependencies]
gcc="0.3"