dmntk 0.0.6

DMNTK | Decision Model and Notation Toolkit
## Usage

### Using DMNTK as a library

DMNTK can be used a library.

To use DMNTK as a library, add the following to your `Cargo.toml`:

```toml
[dependencies]
dmntk = "0.0.6"
```

### Using DMNTK as an application

DMNTK can be also used as an application.

The easiest way to install DMNTK as an application is using `cargo`:

```shell
$ cargo install dmntk --features=bin
```

Now DMNTK can be run as an application:

```shell
$ dmntk
```