add: rewriter logic and tests
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "skubelb"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.34", features = ["derive"] }
|
||||
dir-diff = "0.3.3"
|
||||
env_logger = "0.11.7"
|
||||
include_directory = "0.1.1"
|
||||
log = "0.4.27"
|
||||
tempdir = "0.3.7"
|
||||
Reference in New Issue
Block a user