csci5607/assignment-0/Cargo.toml

13 lines
262 B
TOML
Raw Normal View History

2023-01-21 08:03:11 +00:00
[package]
2023-01-21 08:55:19 +00:00
authors = ["Michael Zhang <zhan4854@umn.edu>"]
2023-01-21 08:03:11 +00:00
name = "assignment-0"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.68"
2023-01-21 08:55:19 +00:00
clap = { version = "4.1.1", features = ["derive", "cargo"] }
lazy_static = "1.4.0"
2023-01-21 08:03:11 +00:00
rand = "0.8.5"
2023-01-21 08:55:19 +00:00
regex = "1.7.1"