From fa278d50f796caf416635d46c4c18374c8fb7f09 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 23 Mar 2023 20:43:51 +0000 Subject: [PATCH] Simplify layout of the deltachat-rpc-server crate --- deltachat-rpc-server/Cargo.toml | 3 --- .../src/{bin/deltachat-rpc-server => }/main.rs | 0 2 files changed, 3 deletions(-) rename deltachat-rpc-server/src/{bin/deltachat-rpc-server => }/main.rs (100%) diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index 4dc3fb691..149a48210 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -9,9 +9,6 @@ license = "MPL-2.0" keywords = ["deltachat", "chat", "openpgp", "email", "encryption"] categories = ["cryptography", "std", "email"] -[[bin]] -name = "deltachat-rpc-server" - [dependencies] deltachat-jsonrpc = { path = "../deltachat-jsonrpc", default-features = false } diff --git a/deltachat-rpc-server/src/bin/deltachat-rpc-server/main.rs b/deltachat-rpc-server/src/main.rs similarity index 100% rename from deltachat-rpc-server/src/bin/deltachat-rpc-server/main.rs rename to deltachat-rpc-server/src/main.rs