Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "commitment-issues"
version = "0.1.1"
edition = "2021"
authors = ["Pete Kubiak <peter.kubiak@dyson.com>"]
license = "MIT OR Apache-2.0"

[dependencies]
chrono = "0.4"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,11 @@ You will need to have docker and Node installed to use this, more information ca

- Allow configuration of the metadata structure through a `.toml` file
- Add a tool for reading metadata from a binary

## License

This project is licensed under either of:

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
at your option.
Loading