Add members
This commit is contained in:
parent
02d6fbc566
commit
1023946994
1 changed files with 37 additions and 0 deletions
37
Cargo.toml
37
Cargo.toml
|
@ -1 +1,38 @@
|
||||||
[workspace]
|
[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",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue