1
0
Fork 0

Update rust-scripts to less dependencies

This commit is contained in:
Malte Brandy 2018-07-20 02:14:28 +02:00
parent 9b4a416626
commit 0757b08aad
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 61 additions and 50 deletions

View file

@ -14,7 +14,7 @@ dependencies = [
"backtrace-sys 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -84,6 +84,7 @@ dependencies = [
[[package]]
name = "dialog"
version = "0.1.0"
source = "git+https://git.darmstadt.ccc.de/maralorn/dialog-rs.git#ebada0712e5c0e55d2a3447907a8065aa8c600af"
dependencies = [
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"escapade 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -283,7 +284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "proc-macro2"
version = "0.4.6"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -307,7 +308,7 @@ name = "quote"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -363,7 +364,7 @@ name = "rust-scripts"
version = "0.1.0"
dependencies = [
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"dialog 0.1.0",
"dialog 0.1.0 (git+https://git.darmstadt.ccc.de/maralorn/dialog-rs.git)",
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"maildir 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -372,13 +373,13 @@ dependencies = [
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
"task-hookrs 0.5.0",
"task-hookrs 0.5.0 (git+https://git.darmstadt.ccc.de/maralorn/task-hookrs.git)",
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-demangle"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -404,7 +405,7 @@ name = "serde_derive"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -454,7 +455,7 @@ name = "syn"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -470,6 +471,7 @@ dependencies = [
[[package]]
name = "task-hookrs"
version = "0.5.0"
source = "git+https://git.darmstadt.ccc.de/maralorn/task-hookrs.git#45ffb137ef97f0f998f4ee06da9fd849f192b3be"
dependencies = [
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -614,6 +616,7 @@ dependencies = [
"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
"checksum derive_builder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c998e6ab02a828dd9735c18f154e14100e674ed08cb4e1938f0e4177543f439"
"checksum derive_builder_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "735e24ee9e5fa8e16b86da5007856e97d592e11867e45d76e0c0d0a164a0b757"
"checksum dialog 0.1.0 (git+https://git.darmstadt.ccc.de/maralorn/dialog-rs.git)" = "<none>"
"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
"checksum encode_unicode 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "28d65f1f5841ef7c6792861294b72beda34c664deb8be27970f36c306b7da1ce"
"checksum encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
@ -640,7 +643,7 @@ dependencies = [
"checksum nix 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfb3ddedaa14746434a02041940495bf11325c22f6d36125d3bdd56090d50a79"
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
"checksum proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "effdb53b25cdad54f8f48843d67398f7ef2e14f12c1b4cb4effc549a6462a4d6"
"checksum proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c65b1ea15bb859d922cade2d1765b4b88beac339cbfad545ef2d2ef8c8215ee6"
"checksum pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8361e81576d2e02643b04950e487ec172b687180da65c731c03cf336784e6c07"
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
"checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035"
@ -650,7 +653,7 @@ dependencies = [
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
"checksum rustyline 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00b06ac9c8e8e3e83b33d175d39a9f7b6c2c930c82990593719c8e48788ae2d9"
"checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920"
"checksum serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "3525a779832b08693031b8ecfb0de81cd71cfd3812088fafe9a7496789572124"
@ -660,6 +663,7 @@ dependencies = [
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
"checksum syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2beff8ebc3658f07512a413866875adddd20f4fd47b2a4e6c9da65cd281baaea"
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
"checksum task-hookrs 0.5.0 (git+https://git.darmstadt.ccc.de/maralorn/task-hookrs.git)" = "<none>"
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
"checksum termios 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "70226acdf12d182df757d9fb07c0257a1558ec48c8059f607d6b38145ce4e2fa"
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"

View file

@ -106,7 +106,11 @@ rec {
crateName = "dialog";
version = "0.1.0";
authors = [ "Malte Brandy <malte.brandy@maralorn.de>" ];
src = /home/maralorn/data/aktuell/it/code/dialog-rs;
src = fetchgit {
url = "https://git.darmstadt.ccc.de/maralorn/dialog-rs.git";
rev = "ebada0712e5c0e55d2a3447907a8065aa8c600af";
sha256 = "081w7rs9v2225963d5rbl352w3d6lz965yd7v63p9awcnfk48kni";
};
inherit dependencies buildDependencies features;
};
dtoa_0_4_3_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
@ -307,11 +311,11 @@ rec {
build = "build.rs";
inherit dependencies buildDependencies features;
};
proc_macro2_0_4_6_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
proc_macro2_0_4_8_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
crateName = "proc-macro2";
version = "0.4.6";
version = "0.4.8";
authors = [ "Alex Crichton <alex@alexcrichton.com>" ];
sha256 = "0lnxcavz5nqxypjyz6isffqiyxb3h0021nkn8djsl33a4qd4pxv6";
sha256 = "00rns5yzh5p38p6y5g9vrwqhchmqypcsk7bji1xmvjkhj8f3ghd0";
inherit dependencies buildDependencies features;
};
pulldown_cmark_0_0_3_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
@ -385,11 +389,11 @@ rec {
src = ./.;
inherit dependencies buildDependencies features;
};
rustc_demangle_0_1_8_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
rustc_demangle_0_1_9_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
crateName = "rustc-demangle";
version = "0.1.8";
version = "0.1.9";
authors = [ "Alex Crichton <alex@alexcrichton.com>" ];
sha256 = "0xn5l86qfwngmdsjbglj30wh37zplvch96jl9raysl3k06gkkv3c";
sha256 = "00ma4r9haq0zv5krps617mym6y74056pfcivyld0kpci156vfaax";
inherit dependencies buildDependencies features;
};
rustyline_1_0_0_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
@ -462,7 +466,11 @@ rec {
crateName = "task-hookrs";
version = "0.5.0";
authors = [ "Matthias Beyer <mail@beyermatthias.de>" "Mario Krehl <mario-krehl@gmx.de>" "Malte Brandy <malte.brandy@maralorn.de>" ];
src = /home/maralorn/data/aktuell/it/code/task-hookrs;
src = fetchgit {
url = "https://git.darmstadt.ccc.de/maralorn/task-hookrs.git";
rev = "45ffb137ef97f0f998f4ee06da9fd849f192b3be";
sha256 = "1wq3ac608xlps1gfrkbgjz24i4rjf1xhcr5r75z6arlakw3gmynp";
};
inherit dependencies buildDependencies features;
};
tempdir_0_3_7_ = { dependencies?[], buildDependencies?[], features?[] }: buildRustCrate {
@ -603,7 +611,7 @@ rec {
memchr_2_0_1.default = true;
}) [ memchr_2_0_1_features ];
backtrace_0_3_9 = { features?(backtrace_0_3_9_features {}) }: backtrace_0_3_9_ {
dependencies = mapFeatures features ([ cfg_if_0_1_4 rustc_demangle_0_1_8 ])
dependencies = mapFeatures features ([ cfg_if_0_1_4 rustc_demangle_0_1_9 ])
++ (if (kernel == "linux" || kernel == "darwin") && !(kernel == "fuchsia") && !(kernel == "emscripten") && !(kernel == "darwin") && !(kernel == "ios") then mapFeatures features ([ ]
++ (if features.backtrace_0_3_9.backtrace-sys or false then [ backtrace_sys_0_1_23 ] else [])) else [])
++ (if (kernel == "linux" || kernel == "darwin") then mapFeatures features ([ libc_0_2_42 ]) else [])
@ -676,14 +684,14 @@ rec {
backtrace_sys_0_1_23.default = true;
cfg_if_0_1_4.default = true;
libc_0_2_42.default = true;
rustc_demangle_0_1_8.default = true;
rustc_demangle_0_1_9.default = true;
winapi_0_3_5.dbghelp = true;
winapi_0_3_5.default = true;
winapi_0_3_5.minwindef = true;
winapi_0_3_5.processthreadsapi = true;
winapi_0_3_5.std = true;
winapi_0_3_5.winnt = true;
}) [ cfg_if_0_1_4_features rustc_demangle_0_1_8_features backtrace_sys_0_1_23_features libc_0_2_42_features winapi_0_3_5_features ];
}) [ cfg_if_0_1_4_features rustc_demangle_0_1_9_features backtrace_sys_0_1_23_features libc_0_2_42_features winapi_0_3_5_features ];
backtrace_sys_0_1_23 = { features?(backtrace_sys_0_1_23_features {}) }: backtrace_sys_0_1_23_ {
dependencies = mapFeatures features ([ libc_0_2_42 ]);
buildDependencies = mapFeatures features ([ cc_1_0_18 ]);
@ -1048,18 +1056,18 @@ rec {
(f.num_traits_0_2_5.default or false) ||
(num_traits_0_2_5.default or false);
}) [];
proc_macro2_0_4_6 = { features?(proc_macro2_0_4_6_features {}) }: proc_macro2_0_4_6_ {
proc_macro2_0_4_8 = { features?(proc_macro2_0_4_8_features {}) }: proc_macro2_0_4_8_ {
dependencies = mapFeatures features ([ unicode_xid_0_1_0 ]);
features = mkFeatures (features.proc_macro2_0_4_6 or {});
features = mkFeatures (features.proc_macro2_0_4_8 or {});
};
proc_macro2_0_4_6_features = f: updateFeatures f (rec {
proc_macro2_0_4_6.default = (f.proc_macro2_0_4_6.default or true);
proc_macro2_0_4_6.proc-macro =
(f.proc_macro2_0_4_6.proc-macro or false) ||
(f.proc_macro2_0_4_6.default or false) ||
(proc_macro2_0_4_6.default or false) ||
(f.proc_macro2_0_4_6.nightly or false) ||
(proc_macro2_0_4_6.nightly or false);
proc_macro2_0_4_8_features = f: updateFeatures f (rec {
proc_macro2_0_4_8.default = (f.proc_macro2_0_4_8.default or true);
proc_macro2_0_4_8.proc-macro =
(f.proc_macro2_0_4_8.proc-macro or false) ||
(f.proc_macro2_0_4_8.default or false) ||
(proc_macro2_0_4_8.default or false) ||
(f.proc_macro2_0_4_8.nightly or false) ||
(proc_macro2_0_4_8.nightly or false);
unicode_xid_0_1_0.default = true;
}) [ unicode_xid_0_1_0_features ];
pulldown_cmark_0_0_3 = { features?(pulldown_cmark_0_0_3_features {}) }: pulldown_cmark_0_0_3_ {
@ -1074,13 +1082,13 @@ rec {
quote_0_3_15.default = (f.quote_0_3_15.default or true);
}) [];
quote_0_6_3 = { features?(quote_0_6_3_features {}) }: quote_0_6_3_ {
dependencies = mapFeatures features ([ proc_macro2_0_4_6 ]);
dependencies = mapFeatures features ([ proc_macro2_0_4_8 ]);
features = mkFeatures (features.quote_0_6_3 or {});
};
quote_0_6_3_features = f: updateFeatures f (rec {
proc_macro2_0_4_6.default = (f.proc_macro2_0_4_6.default or false);
proc_macro2_0_4_6.proc-macro =
(f.proc_macro2_0_4_6.proc-macro or false) ||
proc_macro2_0_4_8.default = (f.proc_macro2_0_4_8.default or false);
proc_macro2_0_4_8.proc-macro =
(f.proc_macro2_0_4_8.proc-macro or false) ||
(quote_0_6_3.proc-macro or false) ||
(f.quote_0_6_3.proc-macro or false);
quote_0_6_3.default = (f.quote_0_6_3.default or true);
@ -1088,7 +1096,7 @@ rec {
(f.quote_0_6_3.proc-macro or false) ||
(f.quote_0_6_3.default or false) ||
(quote_0_6_3.default or false);
}) [ proc_macro2_0_4_6_features ];
}) [ proc_macro2_0_4_8_features ];
quoted_printable_0_3_3 = { features?(quoted_printable_0_3_3_features {}) }: quoted_printable_0_3_3_ {};
quoted_printable_0_3_3_features = f: updateFeatures f (rec {
quoted_printable_0_3_3.default = (f.quoted_printable_0_3_3.default or true);
@ -1179,9 +1187,9 @@ rec {
task_hookrs_0_5_0.default = true;
uuid_0_6_5.default = true;
}) [ chrono_0_4_4_features dialog_0_1_0_features error_chain_0_11_0_features lazy_static_1_0_2_features maildir_0_1_1_features mailparse_0_5_1_features regex_0_2_11_features serde_1_0_70_features serde_derive_1_0_70_features serde_yaml_0_7_5_features task_hookrs_0_5_0_features uuid_0_6_5_features ];
rustc_demangle_0_1_8 = { features?(rustc_demangle_0_1_8_features {}) }: rustc_demangle_0_1_8_ {};
rustc_demangle_0_1_8_features = f: updateFeatures f (rec {
rustc_demangle_0_1_8.default = (f.rustc_demangle_0_1_8.default or true);
rustc_demangle_0_1_9 = { features?(rustc_demangle_0_1_9_features {}) }: rustc_demangle_0_1_9_ {};
rustc_demangle_0_1_9_features = f: updateFeatures f (rec {
rustc_demangle_0_1_9.default = (f.rustc_demangle_0_1_9.default or true);
}) [];
rustyline_1_0_0 = { features?(rustyline_1_0_0_features {}) }: rustyline_1_0_0_ {
dependencies = mapFeatures features ([ encode_unicode_0_1_3 libc_0_2_42 unicode_width_0_1_5 ])
@ -1217,16 +1225,16 @@ rec {
(serde_1_0_70.alloc or false);
}) [];
serde_derive_1_0_70 = { features?(serde_derive_1_0_70_features {}) }: serde_derive_1_0_70_ {
dependencies = mapFeatures features ([ proc_macro2_0_4_6 quote_0_6_3 syn_0_14_4 ]);
dependencies = mapFeatures features ([ proc_macro2_0_4_8 quote_0_6_3 syn_0_14_4 ]);
features = mkFeatures (features.serde_derive_1_0_70 or {});
};
serde_derive_1_0_70_features = f: updateFeatures f (rec {
proc_macro2_0_4_6.default = true;
proc_macro2_0_4_8.default = true;
quote_0_6_3.default = true;
serde_derive_1_0_70.default = (f.serde_derive_1_0_70.default or true);
syn_0_14_4.default = true;
syn_0_14_4.visit = true;
}) [ proc_macro2_0_4_6_features quote_0_6_3_features syn_0_14_4_features ];
}) [ proc_macro2_0_4_8_features quote_0_6_3_features syn_0_14_4_features ];
serde_json_1_0_24 = { features?(serde_json_1_0_24_features {}) }: serde_json_1_0_24_ {
dependencies = mapFeatures features ([ dtoa_0_4_3 itoa_0_4_2 serde_1_0_70 ]);
features = mkFeatures (features.serde_json_1_0_24 or {});
@ -1293,14 +1301,14 @@ rec {
unicode_xid_0_0_4.default = true;
}) [ quote_0_3_15_features synom_0_11_3_features unicode_xid_0_0_4_features ];
syn_0_14_4 = { features?(syn_0_14_4_features {}) }: syn_0_14_4_ {
dependencies = mapFeatures features ([ proc_macro2_0_4_6 unicode_xid_0_1_0 ]
dependencies = mapFeatures features ([ proc_macro2_0_4_8 unicode_xid_0_1_0 ]
++ (if features.syn_0_14_4.quote or false then [ quote_0_6_3 ] else []));
features = mkFeatures (features.syn_0_14_4 or {});
};
syn_0_14_4_features = f: updateFeatures f (rec {
proc_macro2_0_4_6.default = (f.proc_macro2_0_4_6.default or false);
proc_macro2_0_4_6.proc-macro =
(f.proc_macro2_0_4_6.proc-macro or false) ||
proc_macro2_0_4_8.default = (f.proc_macro2_0_4_8.default or false);
proc_macro2_0_4_8.proc-macro =
(f.proc_macro2_0_4_8.proc-macro or false) ||
(syn_0_14_4.proc-macro or false) ||
(f.syn_0_14_4.proc-macro or false);
quote_0_6_3.default = (f.quote_0_6_3.default or false);
@ -1334,7 +1342,7 @@ rec {
(f.syn_0_14_4.printing or false) ||
(syn_0_14_4.printing or false);
unicode_xid_0_1_0.default = true;
}) [ proc_macro2_0_4_6_features quote_0_6_3_features unicode_xid_0_1_0_features ];
}) [ proc_macro2_0_4_8_features quote_0_6_3_features unicode_xid_0_1_0_features ];
synom_0_11_3 = { features?(synom_0_11_3_features {}) }: synom_0_11_3_ {
dependencies = mapFeatures features ([ unicode_xid_0_0_4 ]);
};

View file

@ -4,9 +4,8 @@ version = "0.1.0"
authors = ["Malte Brandy <malte.brandy@maralorn.de>"]
[dependencies]
#task-hookrs = { git = "https://github.com/maralorn/task-hookrs.git", branch = "preview"}
task-hookrs = { path = "/home/maralorn/code/task-hookrs"}
dialog = { path = "/home/maralorn/code/dialog-rs" }
dialog = { git = "https://git.darmstadt.ccc.de/maralorn/dialog-rs.git" }
task-hookrs = { git = "https://git.darmstadt.ccc.de/maralorn/task-hookrs.git"}
lazy_static = "1.0.0"
uuid = "0.6"
chrono = "0.4.2"