From 1fa0b9f2e6bea914eb3a1481ffbdd26534c20e89 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Thu, 21 Nov 2019 19:49:31 -0600 Subject: [PATCH] added the files to run the dyno on heroku --- Procfile | 1 + RustConfig | 1 + 2 files changed, 2 insertions(+) create mode 100644 Procfile create mode 100644 RustConfig diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..87294ba --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: ./target/release/codigocomentado diff --git a/RustConfig b/RustConfig new file mode 100644 index 0000000..0a2e807 --- /dev/null +++ b/RustConfig @@ -0,0 +1 @@ +VERSION=nightly \ No newline at end of file