Update gitignore

This commit is contained in:
AB
2020-12-27 23:06:45 +03:00
parent e421d6f382
commit 35a177f1d2
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/target /target
Cargo.lock Cargo.lock
mystem.exe
/.idea

View File

@ -5,7 +5,8 @@ authors = ["AB <ab@hexor.ru>"]
license = "WTFPL" license = "WTFPL"
edition = "2018" edition = "2018"
description = "Wrapper around Yandex Mystem for Rust." description = "Wrapper around Yandex Mystem for Rust."
homepage = "" homepage = "https://github.com/house-of-vanity/mystem-rs"
repository = "https://github.com/house-of-vanity/mystem-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html