summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2018-02-20 09:51:10 -0600
committertom barrett <spalf0@gmail.com>2018-02-20 09:51:10 -0600
commit6fb01a0cb228b1aa08e47e8dbcd6b46c43bde06b (patch)
tree65e70e23ec229decc000be66e98b13d1c5ee06e0 /Cargo.toml
-starting out
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..c06b50d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "space"
+version = "0.1.0"
+authors = ["tom barrett <spalf0@gmail.com>"]
+
+[dependencies]
+serde = "1.0"
+serde_derive = "1.0"
+serde_json = "1.0"