From bce217794f531e8a0d7de84c1d4be504caafeffa Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 18 Jan 2017 12:32:31 +0100 Subject: [PATCH] Remove top-lvl Cargo.toml to work with rust beta --- Cargo.toml | 55 ------------------------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 1f9ee61e..00000000 --- a/Cargo.toml +++ /dev/null @@ -1,55 +0,0 @@ -[package] -name = "imag" -version = "0.2.0" -authors = ["Matthias Beyer "] - -description = "Personal information management (PIM) suite" -keywords = ["pim", "personal", "information", "management", "suite"] -readme = "./README.md" -license = "LGPL-2.1" - -website = "http://imag-pim.org" -documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" -repository = "https://github.com/matthiasbeyer/imag" - -[dependencies] - -[workspace] -members = [ - "bin", - "imag-bookmark", - "imag-counter", - "imag-diary", - "imag-link", - "imag-notes", - "imagrc.toml", - "imag-ref", - "imag-store", - "imag-tag", - "imag-todo", - "imag-view", - "libimagbookmark", - "libimagcliutil", - "libimagcounter", - "libimagdiary", - "libimagentryfilter", - "libimagentrylink", - "libimagentrylist", - "libimagentrymarkdown", - "libimagentrymarkup", - "libimagentryselect", - "libimagentrytag", - "libimagentryview", - "libimagerror", - "libimaginteraction", - "libimagnotes", - "libimagnotification", - "libimagref", - "libimagrt", - "libimagstore", - "libimagstorestdhook", - "libimagtimeui", - "libimagtodo", - "libimagutil", -] -