diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ [package] name = "rendering" -version = "0.1.0" +version = "0.2.0" authors = ["Julian T <julian@jtle.dk>"] +readme = "readme.md" +repository = "https://github.com/jbjjbjjbj/rendering" +license = "GPL-3.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |