aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-10-25 15:39:58 +0300
committereug-vs <eugene@eug-vs.xyz>2021-10-25 15:40:23 +0300
commit67d7492477808dc1765b1a9ed493dee79dff9320 (patch)
treeb472d485c79b164eb472e609d2daaa05258993bf /Cargo.toml
downloadpistol-67d7492477808dc1765b1a9ed493dee79dff9320.tar.gz
feat: initial commit
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..c265707
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "ascii-renderer-rust"
+version = "0.1.0"
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+vector3d = "0.2.1"