Merge branch 'master' of gitlab.com:shockrah/freechat
This commit is contained in:
commit
2bb9771cd3
1
server/.gitignore
vendored
1
server/.gitignore
vendored
@ -2,3 +2,4 @@ target
|
|||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
static/css/
|
static/css/
|
||||||
|
dev-sql/
|
||||||
|
2
server/Cargo.lock
generated
2
server/Cargo.lock
generated
@ -117,6 +117,7 @@ dependencies = [
|
|||||||
name = "client"
|
name = "client"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"diesel 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rocket 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rocket 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rocket_contrib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rocket_contrib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
@ -183,6 +184,7 @@ version = "1.4.3"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"libsqlite3-sys 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"r2d2 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"r2d2 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -11,6 +11,8 @@ rocket = "0.4.2"
|
|||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
toml = "0.4.2"
|
toml = "0.4.2"
|
||||||
|
diesel = { version = "1.4.2", features = ["chrono"] }
|
||||||
|
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
[dependencies.rocket_contrib]
|
||||||
version = "0.4.2"
|
version = "0.4.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user