summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-09-19 22:59:35 -0400
committerDavid Gay <eapoems@riseup.net>2023-09-19 22:59:35 -0400
commit542ec722bf7f7d528462686d264bf9d4ade20bc8 (patch)
treeea4d70b038b47ac56566f328af66b7ed50bb9b50 /Cargo.toml
Init project w/ license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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 <eapoems@riseup.net>"]
+
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]