patch: forbid enable cliprdr without feature

Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
ClSlaid
2023-10-29 20:10:39 +08:00
parent dc02ce3f97
commit 79f6b5c181
6 changed files with 23 additions and 16 deletions

View File

@@ -19,7 +19,8 @@ unix-file-copy-paste = [
"dep:libc",
"dep:dashmap",
"dep:percent-encoding",
"dep:utf16string"
"dep:utf16string",
"dep:once_cell"
]
[dependencies]