Remove skeptic

This commit is contained in:
Alexandre Bury 2017-10-13 16:07:36 -07:00
parent a4874beee0
commit 9dc88dafc5
2 changed files with 0 additions and 16 deletions

View File

@ -1,6 +1,5 @@
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
categories = ["command-line-interface", "gui"]
description = "A TUI (Text User Interface) library focused on ease-of-use."
documentation = "https://gyscos.github.io/Cursive/cursive/index.html"
@ -15,8 +14,6 @@ version = "0.6.5-pre"
[badges.travis-ci]
repository = "gyscos/Cursive"
[build-dependencies]
skeptic = "0.13"
[dependencies]
log = "0.3"
@ -55,7 +52,6 @@ version = "1.5.0"
[dev-dependencies]
rand = "0.3"
skeptic = "0.13"
[features]
default = ["ncurses-backend"]

View File

@ -1,12 +0,0 @@
extern crate skeptic;
fn main() {
extern crate skeptic;
skeptic::generate_doc_tests(&[
"Readme.md",
"doc/tutorial_1.md",
"doc/tutorial_2.md",
"doc/tutorial_3.md",
]);
}