Re-add Cargo.toml with workspace members
This commit is contained in:
parent
4a821d7b19
commit
e430906e51
1 changed files with 53 additions and 0 deletions
53
Cargo.toml
Normal file
53
Cargo.toml
Normal file
|
@ -0,0 +1,53 @@
|
|||
[package]
|
||||
name = "imag-root"
|
||||
version = "0.2.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
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"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"bin",
|
||||
"imag-bookmark",
|
||||
"imag-counter",
|
||||
"imag-diary",
|
||||
"imag-link",
|
||||
"imag-mail",
|
||||
"imag-notes",
|
||||
"imag-ref",
|
||||
"imag-store",
|
||||
"imag-tag",
|
||||
"imag-todo",
|
||||
"imag-view",
|
||||
"libimagbookmark",
|
||||
"libimagcounter",
|
||||
"libimagdiary",
|
||||
"libimagentryfilter",
|
||||
"libimagentrylink",
|
||||
"libimagentrylist",
|
||||
"libimagentrymarkdown",
|
||||
"libimagentrytag",
|
||||
"libimagentryview",
|
||||
"libimagerror",
|
||||
"libimaginteraction",
|
||||
"libimagnotes",
|
||||
"libimagref",
|
||||
"libimagrt",
|
||||
"libimagstore",
|
||||
"libimagstorestdhook",
|
||||
"libimagtimeui",
|
||||
"libimagtodo",
|
||||
"libimagutil",
|
||||
]
|
||||
|
||||
[[bin]]
|
||||
name = "imag-bin"
|
||||
path = "bin/src/main.rs"
|
||||
|
Loading…
Reference in a new issue