Skip to content

Commit 739731b

Browse files
committed
deleted the qhub.exe
1 parent 0297fa2 commit 739731b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ description = "a normal social network"
77
repository = "https://github.com/adsick/qhub"
88

99
[dependencies]
10-
rocket = {path = "../Rocket/core/lib"}
11-
rocket_contrib = {path = "../Rocket/contrib/lib"}
10+
rocket = "0.4.10"
11+
rocket_contrib = "0.4.10"
1212
serde = "1.0"
1313
serde_json = "1.0"
1414
serde_derive = "1.0"
1515

16-
rand = "0.8"
16+
rand = "0.8"

Rocket.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ read_timeout = 5
88
write_timeout = 5
99
log = "normal"
1010
#secret_key = []
11-
limits = { forms = 32768 }
11+
limits = { forms = 32768 }
12+
[production]
13+
log = "normal"

qhub.exe

-4.38 MB
Binary file not shown.

0 commit comments

Comments
 (0)