From 89a1d6b488f83d121e55d8a6c08efe01649bb692 Mon Sep 17 00:00:00 2001 From: Micha White Date: Wed, 27 Sep 2023 09:37:44 -0400 Subject: Create a pdn crate --- pdn/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pdn/Cargo.toml (limited to 'pdn/Cargo.toml') 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] -- cgit v1.2.3