summaryrefslogtreecommitdiffstats
path: root/rust/shlex/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/shlex/Cargo.toml')
-rw-r--r--rust/shlex/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/rust/shlex/Cargo.toml b/rust/shlex/Cargo.toml
new file mode 100644
index 000000000000..54e984fa2bf1
--- /dev/null
+++ b/rust/shlex/Cargo.toml
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: MIT OR Apache-2.0
+
+[package]
+name = "shlex"
+version = "0.1.1"
+authors = ["comex <comexk@gmail.com>"]
+license = "MIT/Apache-2.0"
+repository = "https://github.com/comex/rust-shlex"
+description = """
+Split a string into shell words, like Python's shlex.
+"""