aboutsummaryrefslogtreecommitdiff
path: root/syn/examples/lazy-static/example/Cargo.toml
blob: 716b08c003fc45ec6c939f9b8ffda4c12fa2eeb5 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "example"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
lazy_static = { path = "../lazy-static" }
regex = "0.2"