You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
600 B
TOML

[package]
name = "bibliodid"
version = "2.3.0"
edition = "2021"
[dependencies]
askama = { version = "0.11", features = ["with-rocket", "mime", "mime_guess", "serde-json"] }
askama_rocket = "0.11"
rocket = "0.4.11"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
chrono = { version = "0.4", features = ["serde"] }
human-sort = "0.2"
sha2 = "0.10"
base64 = "0.21"
rand = "0.8"
diesel = { version = "1.4", features = ["postgres", "chrono"] }
diesel_migrations = "1.4"
[dependencies.rocket_contrib]
version = "0.4.11"
default_features = false
features = ["serve", "json", "diesel_postgres_pool"]