Matthias Beyer
b7d91f0905
When installing (a subcrate) from crates.io, it fails because it cannot find the buildscript. This is the quickfix, simply remove the buildscript itself and the setup of the buildscript in all Cargo.toml files. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
imagrc.toml | ||
README.md |
Init
This is the only imag-*
command which does not set up a runtime and check
whether the store is available. This command can be used to set up a imag store.
It also puts a default configuration in the right place and initializes a git
repository, if there is a git
command in $PATH
(via calling git on the
commandline, not via libgit2
or some other library).