-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (21 loc) · 715 Bytes
/
Cargo.toml
File metadata and controls
25 lines (21 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[workspace]
members = ["plugin", "sig"]
resolver = "3"
[workspace.package]
version = "0.11.0-beta"
edition = "2024"
description = "Everything 拼音搜索、快速选择扩展"
authors = ["Chaoses-Ib"]
homepage = "https://github.com/Chaoses-Ib/IbEverythingExt"
repository = "https://github.com/Chaoses-Ib/IbEverythingExt"
license = "MIT"
keywords = ["everything", "voidtools", "plugin", "pinyin", "cjk"]
[workspace.dependencies]
sig = { path = "sig" }
[patch.crates-io]
everything-ipc = { git = "https://github.com/Chaoses-Ib/IbEverythingLib" }
# ib-hook = { git = "https://github.com/Chaoses-Ib/ib-hook" }
winio = { git = "https://github.com/Chaoses-Ib/winio" }
[profile.release]
lto = "fat"
codegen-units = 1