summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2014-06-28 17:24:20 +0100
committerBen S <ogham@bsago.me>2014-06-28 17:24:20 +0100
commita8465fed4597ecc0c9b39a708dc93ea67c84f7dc (patch)
treebe76843a5abaa6d73d2f0a73767e3e8766af0d6d /Cargo.toml
parentee8c146cedd3c6c48e58d4250b19dae9dfb12117 (diff)
Move to Cargo
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..b1a6463
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+
+name = "exa"
+version = "0.1.0"
+authors = [ "ogham@bsago.me" ]
+
+[[bin]]
+
+name = "exa" \ No newline at end of file