1 Star 13 Fork 0

wtklbm / crm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
wtklbm 提交于 2024-04-13 23:13 . 🐳 chore: 更新构建选项
[package]
name = "crm"
version = "0.2.1"
authors = ["wtklbm <wtklbm@gmail.com>"]
description = "crm can help you easy and fast switch between different cargo registries, now include: sjtu, tuna, ustc, rsproxy, bfsu, nju, hit."
homepage = "https://github.com/wtklbm/crm"
repository = "https://github.com/wtklbm/crm.git"
edition = "2018"
license = "MIT OR Apache-2.0"
keywords = ["cargo", "registry"]
exclude = [".vscode/**"]
[profile.release]
codegen-units = 1
opt-level = "z"
panic = "abort"
strip = true
#lto = "fat"
[profile.dev]
codegen-units = 512
[dependencies]
toml_edit = "0.2.1"
ureq = "2.1.1"
Rust
1
https://gitee.com/wtklbm/crm.git
git@gitee.com:wtklbm/crm.git
wtklbm
crm
crm
main

搜索帮助