aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-08-19 11:02:07 -0700
committerJoe Wilm <joe@jwilm.com>2017-08-19 11:02:07 -0700
commit2be387f7efba8871ad85b5a22fb275323efa462c (patch)
tree9016dc22eed3668e4897d1afe689a94ae85b8c97
parent13f3005d2772b015e54d0f43031dfb7a35403d6d (diff)
downloadr-alacritty-vte-2be387f7efba8871ad85b5a22fb275323efa462c.tar.gz
r-alacritty-vte-2be387f7efba8871ad85b5a22fb275323efa462c.tar.bz2
r-alacritty-vte-2be387f7efba8871ad85b5a22fb275323efa462c.zip
Add README field to Cargo.toml
This will allow the README to be rendered on crates.io. Bumped version so this can be published.
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d0db2ad..fd51683 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,13 @@
[package]
name = "vte"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0 OR MIT"
description = "Parser for implementing terminal emulators"
keywords = ["ansi", "vte", "parser", "terminal"]
repository = "https://github.com/jwilm/vte"
documentation = "https://docs.rs/vte/"
+readme = "README.md"
[dependencies.utf8parse]
path = "./utf8parse"