Update Readme

This commit is contained in:
Alexandre Bury 2020-05-26 11:38:26 -07:00
parent 060da3197c
commit 3df1eafe11
2 changed files with 6 additions and 1 deletions

5
cursive-core/Readme.md Normal file
View File

@ -0,0 +1,5 @@
# Cursive-core
This crate is where most of cursive is defined, except for the backends.
Third-party libraries are encouraged to depend on this instead of `cursive`, as it should have fewer semver breaking updates.

View File

@ -6,7 +6,7 @@ documentation = "https://docs.rs/cursive"
keywords = ["ncurses", "TUI", "UI"]
license = "MIT"
name = "cursive"
readme = "Readme.md"
readme = "../Readme.md"
repository = "https://github.com/gyscos/cursive"
version = "0.15.0-alpha.0"
edition = "2018"