Remove old top-level codebase
This commit is contained in:
parent
e3f8930c62
commit
ade9a03392
2 changed files with 0 additions and 27 deletions
23
Cargo.toml
23
Cargo.toml
|
@ -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"
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
fn main() {
|
|
||||||
println!("It works");
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue