Skip to content

Commit 8b9ba96

Browse files
구조적 변경: Cargo.toml 파일의 키워드 목록 업데이트
- 불필요한 키워드를 제거하여 키워드 목록을 간소화하고 가독성을 향상시킴. - SOLAPI Rust SDK의 주요 기능을 반영하는 키워드만 남겨 사용자에게 더 명확한 정보를 제공.
1 parent 38f7b57 commit 8b9ba96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66
repository = "https://github.com/solapi/solapi-rust"
77
description = "Official SOLAPI Rust SDK for messaging and storage APIs. Provides a typed async client to send SMS/LMS/MMS, KakaoTalk (AlimTalk/FriendTalk), schedule messages, and manage file storage."
8-
keywords = ["solapi", "sms", "lms", "mms", "kakaotalk", "alimtalk", "messaging", "sdk"]
8+
keywords = ["solapi", "sms", "kakaotalk", "alimtalk", "sdk"]
99
categories = ["api-bindings", "web-programming::http-client", "asynchronous", "network-programming"]
1010

1111
[dependencies]

0 commit comments

Comments
 (0)