diff options
-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 |