aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2020-10-20 14:19:18 +0200
committerArne Dußin2020-10-20 14:19:18 +0200
commitcce3b106391c430f548a2ccb3c23ee003c07e519 (patch)
treee0f2cd46006365796b4528901440ca4151881699 /Cargo.toml
downloadgraf_karto-cce3b106391c430f548a2ccb3c23ee003c07e519.tar.gz
graf_karto-cce3b106391c430f548a2ccb3c23ee003c07e519.zip
Initialise empty rust project
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..672a4c2
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "graf_karto"
+version = "0.1.0"
+authors = ["Arne Dußin <arne.dussin@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]