From 6018422c5a4691527784a07154b09cd6d65a08e8 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 23 Feb 2019 15:39:29 +0100 Subject: Initial commit, basic app skeleton. --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] +license = "GPL-3.0-or-later" +edition = "2018" + +[dependencies] +dotenv = "0.13.0" +reqwest = "0.9.10" -- cgit v1.2.3