summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-23 10:49:33 +0300
committerYuval Adam <_@yuv.al>2018-07-23 10:49:33 +0300
commit5fa4a9cddac8c4602247acaa42ea259b497931cb (patch)
tree9bc77c4d61d86d057400fe33cf94f6a64c55cc58 /Cargo.toml
Initial cargo library files
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..fdf456f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "rustyl"
+version = "0.1.0"
+authors = ["Yuval Adam <_@yuv.al>"]
+
+[dependencies]