parsing filenames

This commit is contained in:
2023-06-12 23:46:40 -04:00
parent dd2880aa75
commit 679acf1064
3 changed files with 127 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rusty-tasks"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.26"
regex = "1.8.4"