kovi-plugin-ciyi 0.1.7

Kovi 的词意(猜词游戏)插件。
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.fastrand]
version = "2.3"

[dependencies.kovi]
version = ">= 0.12"

[dependencies.once_cell]
version = "1.21"

[dependencies.reqwest]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[lib]
name = "kovi_plugin_ciyi"
path = "src/lib.rs"

[package]
authors = ["Nawyjx <3373167460@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-client", "games"]
description = "Kovi 的词意(猜词游戏)插件。"
edition = "2024"
keywords = ["kovi", "kovi-plugin", "ciyi", "word-guessing", "game"]
license = "MIT OR Apache-2.0"
name = "kovi-plugin-ciyi"
readme = "README.md"
repository = "https://github.com/araea/kovi-plugin-ciyi"
version = "0.1.7"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]