lemmy/server/schema/Cargo.toml

11 lines
298 B
TOML
Raw Permalink Normal View History

2020-06-10 14:18:47 +00:00
[package]
name = "schema"
version = "0.1.0"
authors = ["Felix Ableitner <me@nutomic.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { version = "1.4.2", features = ["postgres", "64-column-tables"] }