nNye_user_persistence 0.1.2

The persistence layer of the user server
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nNye_user_persistence"
version = "0.1.2"
authors = ["lootag <luigi.taglialatela1996@gmail.com>"]
description = "The persistence layer of the user server"
license = "AGPL-3.0-or-later"
[dependencies.diesel]
version = "1.4.4"
features = ["sqlite"]

[dependencies.dotenv]
version = "0.15.0"

[dependencies.nNye_user_business]
version = "0.1.4"