deepwell-core 0.0.6

Database management and migrations service
Documentation
[package]
name = "deepwell-core"
description = "Database management and migrations service"
repository = "https://github.com/Nu-SCPTheme/deepwell"
readme = "README.md"
license = "AGPL-3.0-or-later"
keywords = ["wikidot", "revision", "database", "nuscp"]
categories = ["asynchronous"]
exclude = [".gitignore", ".travis.yml"]

version = "0.0.6"
authors = ["Ammon Smith <ammon.i.smith@gmail.com>"]
edition = "2018" # this refers to the Cargo.toml
workspace = ".."

[lib]
name = "deepwell_core"
path = "src/lib.rs"

[dependencies]
diesel = { version = "1", features = ["chrono", "network-address", "postgres"] }
log = "0.4"
serde = { version = "1", features = ["derive"] }
subprocess = "0.1"
thiserror = "1"