diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2023-12-24 22:06:32 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2023-12-24 22:06:32 +1300 |
commit | 8866d8f43679dbfa286e3fb827c238dc616619df (patch) | |
tree | db0694f1a2f71aeb012e8c88ba9de4dcb7d9cc8c /Cargo.toml | |
parent | 6500dd529b0ddb06966786c6a65ded6141f12620 (diff) | |
download | phosphor-8866d8f43679dbfa286e3fb827c238dc616619df.zip |
Add information to Cargo.tomlv1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ [package] name = "phosphor" -version = "0.1.0" +version = "1.0.0" +authors = ["Ben Bridle"] edition = "2021" +description = "Window management library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |