diff options
author | Nadrieril | 2019-04-14 23:28:48 +0200 |
---|---|---|
committer | Nadrieril | 2019-04-14 23:28:48 +0200 |
commit | ac2448ea2240db0d3ae8f7d3574ce7ddc2fd57f9 (patch) | |
tree | 9bf5f8324df818a22da4eae0e72989e8b039b64f /improved_slice_patterns/Cargo.toml | |
parent | beadb7a9641dda256e505b6ad13fed5de701b040 (diff) | |
parent | 642d9f4519e0b792fa40879d5692f146afde3442 (diff) |
Merge branch 'publish-improved_slice_patterns'
Diffstat (limited to '')
-rw-r--r-- | improved_slice_patterns/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/improved_slice_patterns/Cargo.toml b/improved_slice_patterns/Cargo.toml new file mode 100644 index 0000000..9c99e0d --- /dev/null +++ b/improved_slice_patterns/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "improved_slice_patterns" +version = "1.0.1" # remember to update html_root_url +authors = ["Nadrieril <nadrieril@users.noreply.github.com>"] +license = "MIT OR Apache-2.0" +edition = "2018" +description = "A tiny crate that provides macros to help matching on Vecs and iterators using the syntax of slice_patterns" +readme = "README.md" +repository = "https://github.com/Nadrieril/dhall-rust" +documentation = "https://docs.rs/improved_slice_patterns/" |