Files
rust-mal/Cargo.toml
teo3300 9144fc04bc Adding dependency: regex
Added regex dependency to tokenize input, it may be doable without (I
:x

Signed-off-by: teo3300 <matteo.rogora@live.it>
2023-06-05 23:03:24 +02:00

10 lines
193 B
TOML

[package]
name = "rust-mal"
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.8.3"