summaryrefslogtreecommitdiff
path: root/pdn/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-09-27 09:37:44 -0400
committerMicha White <botahamec@outlook.com>2023-09-27 09:37:44 -0400
commit89a1d6b488f83d121e55d8a6c08efe01649bb692 (patch)
tree79cae2a2aa553ee2e4d70c305d28dbfc6cc198c9 /pdn/Cargo.toml
parent1b379403ab971e188483df5d580c39695db7f44a (diff)
Create a pdn crate
Diffstat (limited to 'pdn/Cargo.toml')
-rw-r--r--pdn/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pdn/Cargo.toml b/pdn/Cargo.toml
new file mode 100644
index 0000000..1ed6d4b
--- /dev/null
+++ b/pdn/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "pdn"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]