EnergySystemsModellingLab / MUSE_2.0

Welcome to the MUSE 2.0 repository
GNU General Public License v3.0
1 stars 0 forks source link

Add metadata to Cargo.toml #83

Closed alexdewar closed 3 months ago

alexdewar commented 3 months ago

Description

This PR adds some additional metadata to Cargo.toml. This information is used to describe Rust packages on https://crates.io/ where we will probably want to publish MUSE 2.0 at some point.

Some of the information was lifted from MUSE v1's manifest.

@ahawkes Would you mind checking that you're happy with the description etc.?

Closes #9.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (19611f1) to head (28253f9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #83 +/- ## ===================================== Coverage 0.00% 0.00% ===================================== Files 2 2 Lines 7 7 ===================================== Misses 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ahawkes commented 3 months ago

LGTM - thanks!