summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedict <benedict@0xb8000.de>2016-11-11 21:53:37 +0100
committerBenedict <benedict@0xb8000.de>2016-11-12 19:29:52 +0100
commitf8fb703ac7bb2767e2659a6e7ec7fa3a64c4168a (patch)
treec0028e8e613460c7e727e38d8d93906c6239a4fd /Cargo.toml
intial commit: line of code in rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..3916615
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "loc"
+version = "0.1.0"
+authors = ["Benedict Boerger <benedict.boerger@cs.tu-dortmund.de>"]
+
+[dependencies]