summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-03-26 14:30:09 +0100
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-03-31 11:29:22 +0200
commit80cdf06912ce0217c8af77f9b02b4377095cb803 (patch)
tree575203e2c48e693e52b0ba5e36ac333a3c85c83f /Cargo.toml
parent4516d5b4c39a765583f9f2fe4bad54bbe70de0c9 (diff)
ipc: Incorporate sequoia-core crate as a core module.
- This moves all functionality from sequoia_core crate as an inner `core` module of the ipc crate. - The `core` module has to be public as other crates depend on `core::Context` either directly (store, ffi) or indirectly (store through ffi crate). - Remove the `core` crate completely.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb625137..a391ad61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,6 @@
members = [
"autocrypt",
"buffered-reader",
- "core",
"ffi",
"ffi-macros",
"guide",