Improve Cargo.toml files for publishing (#141)

* Add versions to the crates.

This is needed for publishing on crates.io.

* Add a few Cargo.toml attributes to make the crates.io page friendlier.
This commit is contained in:
Dan Gohman
2019-10-23 10:17:22 -07:00
committed by Jakub Konka
parent 056e1d8cc0
commit bd8d550ba3
3 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "winx"
version = "0.1.0"
version = "0.4.0"
authors = ["Jakub Konka <kubkon@jakubkonka.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"