12 lines
262 B
TOML
12 lines
262 B
TOML
[package]
|
|
authors = ["Michael Zhang <zhan4854@umn.edu>"]
|
|
name = "assignment-0"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
clap = { version = "4.1.1", features = ["derive", "cargo"] }
|
|
lazy_static = "1.4.0"
|
|
rand = "0.8.5"
|
|
regex = "1.7.1"
|