Browse Source

Heroku config

master
Dylan Baker 4 years ago
parent
commit
55ea1c7007
4 changed files with 22 additions and 18 deletions
  1. 18
    18
      Cargo.lock
  2. 2
    0
      Procfile
  3. 1
    0
      RustConfig
  4. 1
    0
      rust-toolchain

+ 18
- 18
Cargo.lock View File

@@ -109,6 +109,24 @@ dependencies = [
109 109
  "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
110 110
 ]
111 111
 
112
+[[package]]
113
+name = "bnglws-server"
114
+version = "0.1.0"
115
+dependencies = [
116
+ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
117
+ "diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
118
+ "dotenv 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
119
+ "htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
120
+ "r2d2 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
121
+ "r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
122
+ "rocket 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
123
+ "rocket_contrib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
124
+ "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
125
+ "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
126
+ "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
127
+ "syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
128
+]
129
+
112 130
 [[package]]
113 131
 name = "build_const"
114 132
 version = "0.2.1"
@@ -336,24 +354,6 @@ dependencies = [
336 354
  "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
337 355
 ]
338 356
 
339
-[[package]]
340
-name = "gist-server"
341
-version = "0.1.0"
342
-dependencies = [
343
- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
344
- "diesel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
345
- "dotenv 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
346
- "htmlescape 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
347
- "r2d2 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
348
- "r2d2-diesel 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
349
- "rocket 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
350
- "rocket_contrib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
351
- "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
352
- "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)",
353
- "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
354
- "syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
355
-]
356
-
357 357
 [[package]]
358 358
 name = "glob"
359 359
 version = "0.2.11"

+ 2
- 0
Procfile View File

@@ -0,0 +1,2 @@
1
+web: ./target/release/bnglws-server
2
+release: ./target/release/diesel migration run

+ 1
- 0
RustConfig View File

@@ -0,0 +1 @@
1
+RUST_INSTALL_DIESEL=1

+ 1
- 0
rust-toolchain View File

@@ -0,0 +1 @@
1
+nightly

Loading…
Cancel
Save