From 50b874b8f9349f5bd9b1371c2a1a3d9ce14ad0fd Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 1 Feb 2023 08:38:51 -0330 Subject: initial commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b8583f6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "pfc" +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