We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98e5ff commit 222a3adCopy full SHA for 222a3ad
Cargo.toml
@@ -1,13 +1,14 @@
1
[package]
2
name = "path-slash"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["rhysd <https://rhysd.github.io>"]
5
edition = "2018"
6
description = "Conversion to/from a file path from/to slash path"
7
repository = "https://github.com/rhysd/path-slash"
8
readme = "README.md"
9
license = "MIT"
10
categories = ["filesystem"]
11
+keywords = ["path"]
12
rust-version = "1.38"
13
14
[badges]
0 commit comments