Skip to content

Commit

Permalink
chore: Add additional metadata to Cargo.toml (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk authored Sep 7, 2023
1 parent 04148e5 commit 24401ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ version = "2.0.0-dev"
authors = ["James Tomlinson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
description = "A generalised water resource allocation model."
readme = "README.md"
repository = "https://github.com/pywr/pywr-next/"
license = "MIT OR Apache-2.0"
license-file = "LICENSE"
keywords = ["water", "modelling"]
categories = ["science", "simulation"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 24401ef

Please sign in to comment.