initial commit
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "text-correction"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.41", features = ["derive"] }
|
||||
fuzzt = "0.3.1"
|
||||
levenshtein = "1.0.5"
|
||||
regex = "1.11.1"
|
Reference in New Issue
Block a user