[[bin]]
name = "test"
path = "src/main.rs"
[dependencies.diesel]
features = ["postgres"]
version = "1.4.4"
[dependencies.dotenv]
version = "0.15.0"
[lib]
name = "hallo"
path = "src/lib.rs"
[package]
authors = ["Lucas Rabaça <lucaslrabaca@gmail.com>"]
categories = ["orm"]
description = "Working in progress"
documentation = "https://github.com/lucasrabaca"
edition = "2018"
homepage = "https://github.com/lucasrabaca"
keywords = ["orm", "study"]
license = "MIT"
name = "ormio"
readme = "README.md"
repository = "https://github.com/lucasrabaca"
version = "0.1.0"