mirror of
https://github.com/openharmony/third_party_rust_syn.git
synced 2026-07-01 20:44:18 -04:00
24b56b7a55
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
11 lines
207 B
TOML
11 lines
207 B
TOML
[package]
|
|
name = "lazy-static-example"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
lazy_static = { path = "../lazy-static" }
|
|
regex = "1"
|