• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "lazy-static-example"
3version = "0.0.0"
4authors = ["David Tolnay <dtolnay@gmail.com>"]
5edition = "2018"
6publish = false
7
8[dependencies]
9lazy_static = { path = "../lazy-static" }
10regex = "1"
11