|
|
@ -12,7 +12,10 @@ mastlogin = ["reqwest"] |
|
|
|
|
|
|
|
|
|
|
|
[dependencies] |
|
|
|
[dependencies] |
|
|
|
rocket = { version = "=0.5.0-rc.2", features = ["json"] } |
|
|
|
rocket = { version = "=0.5.0-rc.2", features = ["json"] } |
|
|
|
|
|
|
|
rocket_codegen = "=0.5.0-rc.2" |
|
|
|
|
|
|
|
rocket_http = "=0.5.0-rc.2" |
|
|
|
rocket_sync_db_pools = { version = "=0.1.0-rc.2", features = ["diesel_postgres_pool"] } |
|
|
|
rocket_sync_db_pools = { version = "=0.1.0-rc.2", features = ["diesel_postgres_pool"] } |
|
|
|
|
|
|
|
rocket_sync_db_pools_codegen = "=0.1.0-rc.2" |
|
|
|
diesel = { version = "1.4.8", features = ["postgres", "chrono"] } |
|
|
|
diesel = { version = "1.4.8", features = ["postgres", "chrono"] } |
|
|
|
diesel_migrations = "1.4.0" |
|
|
|
diesel_migrations = "1.4.0" |
|
|
|
redis = { version="0.23.0", features = ["aio", "tokio-comp"] } |
|
|
|
redis = { version="0.23.0", features = ["aio", "tokio-comp"] } |
|
|
|