summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMaxwell Beck <max@rastertail.net>2025-05-13 12:11:27 -0500
committerMaxwell Beck <max@rastertail.net>2025-05-13 12:11:27 -0500
commit8d8f662ca2097866d6f6a7958bf91743ce55fbf5 (patch)
treead26d1173c9bc01b36350e2e8fed9f8fbc35cce1 /Cargo.toml
Initial commit
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"