You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
573 B
20 lines
573 B
[package] |
|
name = "hole-thu" |
|
version = "0.1.0" |
|
edition = "2021" |
|
license = "AGPL-3.0" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
rocket = { version = "0.5.0-rc.1", features = ["json"] } |
|
diesel = { version = "1.4.8", features = ["postgres", "chrono"] } |
|
redis = { version="0.21.5", features = ["aio", "async-std-comp"] } |
|
chrono = { version="0.*", features =["serde"] } |
|
rand = "0.*" |
|
dotenv = "0.*" |
|
sha2 = "0.*" |
|
|
|
[dependencies.rocket_sync_db_pools] |
|
version = "0.1.0-rc.1" |
|
features = ["diesel_postgres_pool"]
|
|
|