We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3d353 commit e77a2b7Copy full SHA for e77a2b7
1 file changed
libs/braillify/Cargo.toml
@@ -2,6 +2,15 @@
2
name = "braillify"
3
version = "1.0.1"
4
edition = "2024"
5
+authors = ["JeongMin Oh <owjs39@gmail.com>"]
6
+description = "Rust 기반 크로스플랫폼 한국어 점역 라이브러리"
7
+license = "Apache-2.0"
8
+repository = "https://github.com/dev-five-git/braillify"
9
+documentation = "https://braillify.kr"
10
+categories = ["text-processing"]
11
+keywords = ["braillify", "braille", "korean", "translation"]
12
+readme = "../../README.md"
13
+homepage = "https://braillify.kr"
14
15
[dependencies]
16
phf = { version = "0.11", features = ["macros"] }
0 commit comments