dinghy 0.3.0

[Deprecated] use cargo-dinghy instead
1
2
3
4
5
6
7
8
9
10
11
12
13
# Deprecated

Dinghy used to be deployed on the `dinghy` name on crates.io, we've since moved to `cargo-dinghy` to have the same name as the binary.

The use of the `dinghy` crate is deprecated, use `cargo-dinghy` instead.

Install it with the following command:

```
$ cargo install cargo-dinghy
```

This crate is just a placeholder to be deployed on crates.io with the `dinghy` name, it fails on compilation to prompt users to install the correct crate.