summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-01-12 22:15:26 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-01-12 22:15:26 -0300
commitbcdba3431c72cd0804d9a95972a907b828fb5fad (patch)
tree210f263e64f5e90726fcf92ec60eb088711787d4 /Cargo.toml
Prepare VM design
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a6ddb2b
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "datafu"
+version = "0.1.0"
+authors = ["SoniEx2 <endermoneymod@gmail.com>"]
+edition = "2015"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]