Skip to content

Commit ea81685

Browse files
committed
Add regex and unicode-normalization dependencies
1 parent b5077fd commit ea81685

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/braillify/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ phf = { version = "0.13", features = ["macros"] }
1717
clap = { version = "4", features = ["derive"], optional = true }
1818
anyhow = { version = "1", optional = true }
1919
rustyline = { version = "17", optional = true }
20+
regex = "1"
21+
once_cell = "1"
22+
unicode-normalization = "0.1.20"
2023

2124
[dev-dependencies]
2225
csv = "1.3.1"

0 commit comments

Comments
 (0)