imag/bin/core/imag-store/src
Matthias Beyer bfc35e0517 Remove dependency "version"
Because the "version" crate is licensed as GPL, which would us require
to release imag as GPL, we remove the crate now.
2018-01-12 13:33:40 +01:00
..
create.rs Update version strings: 0.5.0 -> 0.6.0 2017-12-25 19:17:07 +01:00
delete.rs Update version strings: 0.5.0 -> 0.6.0 2017-12-25 19:17:07 +01:00
dump.rs Reorganize code in subdirs 2017-08-27 15:12:09 +02:00
error.rs Remove "IntoError" trait, use error_chain functionality 2017-09-03 21:34:07 +02:00
get.rs Rewrite get() to use positional arg 2017-09-05 17:36:32 +02:00
ids.rs Rewrite .map_err_trace_exit().unwrap() with new helper fn 2017-10-12 20:15:46 +02:00
main.rs Remove dependency "version" 2018-01-12 13:33:40 +01:00
retrieve.rs Replace uses of try!() macro with "?" operator 2017-10-31 15:04:50 +01:00
ui.rs Dump all StoreIds 2017-10-09 12:18:27 +02:00
update.rs Rewrite update() to use positional arg 2017-09-05 17:36:32 +02:00
util.rs Reorganize code in subdirs 2017-08-27 15:12:09 +02:00
verify.rs Move verify implementation from Store to CLI interface 2017-10-31 13:11:34 +01:00