From 602ec4933253541bb5c6aae10484b6cf054c69f0 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 22 May 2015 16:28:23 -0700 Subject: [PATCH] Add Cargo.toml entry to readme --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 286ff37..f2901d2 100644 --- a/Readme.md +++ b/Readme.md @@ -5,6 +5,11 @@ Cursive is a ncurses-based TUI (Text User Interface) library for rust. It is bas It is designed to be safe and easy to use: +``` +[dependencies.cursive] +git = "https://github.com/Gyscos/cursive" +``` + ```rust extern crate cursive;