From 1de7dcd8198cfddf1af582f8fee1b2fcd5bf5ba0 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 8 Feb 2017 12:15:43 -0800 Subject: [PATCH] Remove useless entries from Cargo.toml --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abe3288..7725dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,13 +12,9 @@ readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" version = "0.4.0" -[badges] - [badges.travis-ci] repository = "gyscos/Cursive" -[build-dependencies] - [build-dependencies.skeptic] optional = true version = "0.6"