init rust db backend

This commit is contained in:
2019-06-11 16:14:10 +02:00
parent ba1792ef55
commit 4454bd245c
16 changed files with 204 additions and 2 deletions

12
lootalot_db/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "lootalot-db"
version = "0.1.0"
authors = ["Artus <artus@landoftheunicorn.ovh>"]
edition = "2018"
[dependencies]
dotenv = "*"
[dependencies.diesel]
version = "1.0"
features = ["sqlite"]