regexide.com/rust/Cargo.toml

11 lines
208 B
TOML
Raw Normal View History

2024-04-05 01:59:48 +00:00
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.10.2"
regress = "0.7.1"