summaryrefslogtreecommitdiff
path: root/pdn/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-10-03 18:21:04 -0400
committerMicha White <botahamec@outlook.com>2023-10-03 18:21:04 -0400
commit9d12d498a91caeb37ec5f7c7b20f5be6d5513119 (patch)
tree0f90a5a9f70524f366ba1a5921c745a44db114b0 /pdn/Cargo.toml
parent7f70505a5ed087c718a79edcc910867ce944a308 (diff)
First attempt at PDN implementation
Diffstat (limited to 'pdn/Cargo.toml')
-rw-r--r--pdn/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdn/Cargo.toml b/pdn/Cargo.toml
index 1ed6d4b..032e20d 100644
--- a/pdn/Cargo.toml
+++ b/pdn/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+snob = "0.1"