mirror of
https://github.com/teo3300/rust-mal.git
synced 2026-01-12 09:15:32 +01:00
Added regex dependency to tokenize input, it may be doable without (I :x Signed-off-by: teo3300 <matteo.rogora@live.it>
10 lines
193 B
TOML
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"
|