From 821d731803e368c509f338004915da66533855b3 Mon Sep 17 00:00:00 2001 From: edef Date: Thu, 14 Apr 2016 15:47:34 +0200 Subject: [PATCH] format Cargo.toml as cargo would output it --- Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ffa489..8ab13c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,21 @@ [package] +authors = ["edef "] name = "fringe" version = "0.0.1" -authors = ["edef "] + +[dependencies.libc] +optional = true +version = "0.1.6" + +[dependencies.valgrind] +git = "https://github.com/edef1c/libvalgrind" +optional = true +rev = "9ef793e9549aabfd2d969615180b69d29ce28d88" [dependencies.void] -version = "1" default-features = false +version = "1" [features] default = ["os", "valgrind"] os = ["libc"] - -[dependencies.libc] -version = "0.1.6" -optional = true - -[dependencies.valgrind] -git = "https://github.com/edef1c/libvalgrind" -rev = "9ef793e9549aabfd2d969615180b69d29ce28d88" -optional = true