summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
new file mode 100644
index 0000000..a03e6cd
--- /dev/null
+++ b/core/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "onioncoin-core"
+version.workspace = true
+edition.workspace = true
+authors.workspace = true
+license.workspace = true
+
+[dependencies]
+onioncoin-timing = { path = "../timing" }
+onioncoin-crypto = { path = "../crypto" }
+
+serde.workspace = true
+serde_json.workspace = true
+bincode.workspace = true
+serde_bytes.workspace = true
+blake3.workspace = true
+ed25519-dalek.workspace = true
+chrono.workspace = true
+thiserror.workspace = true