From 542ec722bf7f7d528462686d264bf9d4ade20bc8 Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 19 Sep 2023 22:59:35 -0400 Subject: Init project w/ license --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ec8f745 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "dmn" +version = "0.1.0" +edition = "2021" +authors = ["David Gay "] + + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3