summaryrefslogtreecommitdiffstats
path: root/timing/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'timing/Cargo.toml')
-rw-r--r--timing/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/timing/Cargo.toml b/timing/Cargo.toml
new file mode 100644
index 0000000..6494808
--- /dev/null
+++ b/timing/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "onioncoin-timing"
+version.workspace = true
+edition.workspace = true
+authors.workspace = true
+license.workspace = true
+
+[dependencies]
+serde.workspace = true
+serde_json.workspace = true
+rand.workspace = true
+blake3.workspace = true
+chrono.workspace = true
+thiserror.workspace = true
+tokio.workspace = true
+async-trait.workspace = true