Update doc link in Cargo.toml

This commit is contained in:
Alexandre Bury 2017-11-20 21:24:28 -08:00
parent 5a52b8de69
commit ccd1595f29

View File

@ -5,7 +5,7 @@ categories = [
"gui", "gui",
] ]
description = "A TUI (Text User Interface) library focused on ease-of-use." description = "A TUI (Text User Interface) library focused on ease-of-use."
documentation = "https://gyscos.github.io/Cursive/cursive/index.html" documentation = "https://docs.rs/cursive"
exclude = [ exclude = [
"doc/**", "doc/**",
"assets/**", "assets/**",