aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-02-23 15:39:29 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-02-23 15:39:29 +0100
commit6018422c5a4691527784a07154b09cd6d65a08e8 (patch)
tree8c2519c344da187ad934c995baaf46914d9db5a1 /Cargo.toml
downloadoslobike-6018422c5a4691527784a07154b09cd6d65a08e8.tar.gz
oslobike-6018422c5a4691527784a07154b09cd6d65a08e8.tar.bz2
oslobike-6018422c5a4691527784a07154b09cd6d65a08e8.zip
Initial commit, basic app skeleton.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..49c3619
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "oslobike"
+version = "0.1.0"
+authors = ["Harald Eilertsen <haraldei@anduin.net>"]
+license = "GPL-3.0-or-later"
+edition = "2018"
+
+[dependencies]
+dotenv = "0.13.0"
+reqwest = "0.9.10"