From 9b587e353ce25a60a14b1e5d71bf5cf1ee4bd96e Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 2 Jul 2016 22:28:09 -0700 Subject: [PATCH] Add dot to Cargo description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cca65c..b5e4252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Alexandre Bury "] -description = "A TUI library based on ncurses-rs" +description = "A TUI library based on ncurses-rs." documentation = "https://gyscos.github.io/Cursive/cursive/index.html" keywords = ["ncurses", "TUI"] license = "MIT"