blob: 0928ee285197ec8465d2a7489f20504aebee3ae3 [file] [log] [blame]
Chih-Hung Hsiehd27f4a62020-04-17 14:00:06 -07001[package]
2name = "shlex"
3version = "0.1.1"
4authors = ["comex <comexk@gmail.com>"]
5license = "MIT/Apache-2.0"
6repository = "https://github.com/comex/rust-shlex"
7description = """
8Split a string into shell words, like Python's shlex.
9"""