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