Skip to content

Commit e77a2b7

Browse files
committed
Add metadata
1 parent 6a3d353 commit e77a2b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libs/braillify/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "braillify"
33
version = "1.0.1"
44
edition = "2024"
5+
authors = ["JeongMin Oh <[email protected]>"]
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"
514

615
[dependencies]
716
phf = { version = "0.11", features = ["macros"] }

0 commit comments

Comments
 (0)