soluces/rust/semaine-6/beggin-of-line/Cargo.toml
2023-11-22 23:07:21 +01:00

9 lines
200 B
TOML

[package]
name = "beggin-of-line"
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"