summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAshelyn Dawn <git@ashen.earth>2024-01-09 21:10:44 -0700
committerAshelyn Rose <git@ashen.earth>2024-07-02 22:11:53 -0600
commit42f81f6f816190d764d0611a90ab8f8b9e44d587 (patch)
tree06419c95edd0fad4071833823f04a313c63a2d66 /Cargo.toml
Initial cargo setup
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6058132
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "seance-rs"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]