This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
hilde/Cargo.toml

18 lines
450 B
TOML
Raw Permalink Normal View History

2021-06-16 12:53:32 +02:00
[package]
name = "hilde"
version = "0.1.0"
2021-06-19 11:54:46 +02:00
authors = ["Jef Roosens <roosensjef@gmail.com>"]
2021-06-16 12:53:32 +02:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0-rc.1"
2021-12-24 09:01:59 +01:00
diesel = { version = "1.4.8", features = ["postgres"] }
2021-06-27 11:36:54 +02:00
diesel_migrations = "1.4.0"
[dependencies.rocket_sync_db_pools]
version = "0.1.0-rc.1"
default_features = false
features = ["diesel_postgres_pool"]