summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-02-07 01:19:08 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-02-07 01:19:08 +0100
commitade9a03392e610e05e9d380592c9f011e74a9bf9 (patch)
treefc7aaae1b6f3acc1273cd2dbf5b9b7cb5a1ca5a2 /Cargo.toml
parente3f8930c62156b22e500333026db38df31af7021 (diff)
Remove old top-level codebase
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml23
1 files changed, 0 insertions, 23 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index b5f4a833..00000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[package]
-name = "imag"
-version = "0.1.0"
-authors = ["Matthias Beyer <mail@beyermatthias.de>"]
-repository = "https://github.com/matthiasbeyer/imag"
-homepage = "https://github.com/matthiasbeyer/imag"
-license = "LGPLv2"
-readme = "README.md"
-description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
-keywords = ["PIM", "personal", "information", "management", "cli", "vcard", "ical", "wiki", "bookmark", "todo", "rss" ]
-
-[dependencies.libimagmodule]
-path = "./libimagmodule"
-
-[dependencies.libimagrt]
-path = "./libimagstore"
-
-[dependencies.libimagstore]
-path = "./libimagstore"
-
-[dependencies.libimagutil]
-path = "./libimagutil"
-