diff --git a/Cargo.toml b/Cargo.toml index e2b2d4c..469e24a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path-slash" -version = "0.2.0" +version = "0.2.1" authors = ["rhysd "] edition = "2018" description = "Conversion to/from a file path from/to slash path" @@ -8,6 +8,7 @@ repository = "https://github.com/rhysd/path-slash" readme = "README.md" license = "MIT" categories = ["filesystem"] +keywords = ["path"] rust-version = "1.38" [badges]