This commit is contained in:
Jonas Zeunert
2024-04-19 20:19:16 +02:00
parent 299cdedd83
commit 9234a4e2d0
3 changed files with 1008 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "awesm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.7", features = ["derive"] }
futures = "0.3.30"
regex = "1.8.1"
termimad = "0.23.0"
tokio = { version = "1.36.0", features = ["full"] }
walkdir = "2.5.0"