summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml6
-rw-r--r--store/src/lib.rs1
2 files changed, 7 insertions, 0 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
new file mode 100644
index 00000000..3dccafc3
--- /dev/null
+++ b/store/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "sequoia-store"
+version = "0.1.0"
+authors = ["Justus Winter <justus@pep-project.org>"]
+
+[dependencies]
diff --git a/store/src/lib.rs b/store/src/lib.rs
new file mode 100644
index 00000000..45935c17
--- /dev/null
+++ b/store/src/lib.rs
@@ -0,0 +1 @@
+//! For storing keys.