PracticeDev/study_rust/world_hello/Cargo.toml

12 lines
264 B
TOML
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
[package]
name = "world_hello"
version = "0.1.0"
authors = ["songtianlun <songtianlun@frytea.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
time = "0.1.12"
regex = "0.1.41"