加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
newproplus 提交于 2024-06-23 09:06 . update search
[package]
name = "fivim-rs-commands"
description = "Rust commands for fivim."
version = "1.2.0"
authors = ["newproplus <https://github.com/newproplus>"]
homepage = "https://github.com/fivim/fivim-rs-commands"
repository = "https://github.com/fivim/fivim-rs-commands"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
[dependencies]
anyhow = "1.0"
base64 = "0.21"
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
fivim-rs-encrypt = "1.0"
fivim-rs-utils = "1.2"
[features]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化