mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
Add "vendored" feature to deltachat-rpc-server
This commit is contained in:
@@ -23,3 +23,7 @@ serde_json = "1.0.91"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.25.0", features = ["io-std"] }
|
||||
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }
|
||||
|
||||
[features]
|
||||
default = ["vendored"]
|
||||
vendored = ["deltachat/vendored"]
|
||||
|
||||
Reference in New Issue
Block a user