From ddbac8a430c416d8c528da842cf2234fd26fdbf6 Mon Sep 17 00:00:00 2001 From: steve donovan Date: Sat, 22 Apr 2017 10:34:09 +0200 Subject: [PATCH] updated documentation ref --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 116fdf5..f0784dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,8 @@ authors = ["steve donovan "] 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/" +documentation = "https://docs.rs/lua-patterns" keywords = ["string","matching","lua"]