summaryrefslogtreecommitdiff
path: root/improved_slice_patterns/Cargo.toml
blob: 7bc6ca0765d2c4a7180d3bec7b29fa2b1eb20763 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "improved_slice_patterns"
version = "1.0.0"
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"
repository = "https://github.com/Nadrieril/dhall-rust"
readme = "README.md"