aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-03-02 22:04:01 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-03-02 22:04:01 +0100
commit71eec22a16e0ac62bb2a04dbec535ff09411821d (patch)
tree38ec88bf19df5b1021d4683586fe0553b6eb3076 /Cargo.toml
downloadramaskrik-social-71eec22a16e0ac62bb2a04dbec535ff09411821d.tar.gz
ramaskrik-social-71eec22a16e0ac62bb2a04dbec535ff09411821d.tar.bz2
ramaskrik-social-71eec22a16e0ac62bb2a04dbec535ff09411821d.zip
Into space...
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..49fb6b7
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "ramaskrik-social"
+version = "0.1.0"
+authors = ["haraldei"]
+edition = "2018"
+
+[dependencies]
+rocket = "0.4.0"