summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a80f9ae
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "pawprint"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+aho-corasick = "1.1.3"
+crc = "3.3.0"
+ed25519-dalek = { version = "2.1.1", features = ["serde"] }
+include-lines = "1.1.2"
+rand_chacha = { version = "0.9.0", features = ["os_rng"] }
+rmp-serde = "1.3.0"
+serde = { version = "1.0.219", features = ["derive"] }
+sha3 = "0.10.8"